diff options
-rw-r--r-- | API.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | init.lua | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# API documentation for version 0.3.0 +# API documentation for version 0.4.0 ## Core principles As a modder, you are free to write basically about everything and are also 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. The mod itself does not provide any help texts, just the framework. -Current version: 0.3.0 +Current version: 0.4.0 ## For users To open the help, there are multiple ways: @@ -2,7 +2,7 @@ doc = {} doc.VERSION = {} doc.VERSION.MAJOR = 0 -doc.VERSION.MINOR = 3 +doc.VERSION.MINOR = 4 doc.VERSION.PATCH = 0 doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH |