Version 0.4.0

This commit is contained in:
Wuzzy 2016-08-13 23:33:43 +02:00
parent d7704c2dea
commit 5e813bffa1
3 changed files with 3 additions and 3 deletions

2
API.md
View File

@ -1,4 +1,4 @@
# API documentation for version 0.3.0 # API documentation for version 0.4.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

View File

@ -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.3.0 Current version: 0.4.0
## For users ## For users
To open the help, there are multiple ways: To open the help, there are multiple ways:

View File

@ -2,7 +2,7 @@ doc = {}
doc.VERSION = {} doc.VERSION = {}
doc.VERSION.MAJOR = 0 doc.VERSION.MAJOR = 0
doc.VERSION.MINOR = 3 doc.VERSION.MINOR = 4
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