Version 0.3.0
This commit is contained in:
parent
0cf233dfd0
commit
451960d43d
2
API.md
2
API.md
@ -1,4 +1,4 @@
|
|||||||
# API documentation for version 0.2.0
|
# API documentation for version 0.3.0
|
||||||
## Core principles
|
## Core principles
|
||||||
As a modder, you are free to write basically about everything and are also
|
As a modder, you are free to write basically about everything and are also
|
||||||
relatively free in the presentation of information. The Documentation
|
relatively free in the presentation of information. The Documentation
|
||||||
|
@ -3,7 +3,7 @@ This mod provides a simple and highly extensible formspec in which the user
|
|||||||
can access help pages about various things and the modder can add those pages.
|
can access help pages about various things and the modder can add those pages.
|
||||||
The mod itself does not provide any help texts, just the framework.
|
The mod itself does not provide any help texts, just the framework.
|
||||||
|
|
||||||
Current version: 0.2.0
|
Current version: 0.3.0
|
||||||
|
|
||||||
## For users
|
## For users
|
||||||
To open the help, there are multiple ways:
|
To open the help, there are multiple ways:
|
||||||
|
2
init.lua
2
init.lua
@ -2,7 +2,7 @@ doc = {}
|
|||||||
|
|
||||||
doc.VERSION = {}
|
doc.VERSION = {}
|
||||||
doc.VERSION.MAJOR = 0
|
doc.VERSION.MAJOR = 0
|
||||||
doc.VERSION.MINOR = 2
|
doc.VERSION.MINOR = 3
|
||||||
doc.VERSION.PATCH = 0
|
doc.VERSION.PATCH = 0
|
||||||
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH
|
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user