Version 0.5.0

master
Wuzzy 2016-08-31 23:03:02 +02:00
parent 718aed93a0
commit 087e63ac08
3 changed files with 3 additions and 3 deletions

2
API.md
View File

@ -1,4 +1,4 @@
# API documentation for version 0.4.0
# API documentation for version 0.5.0
## Core concepts
As a modder, you are free to write basically about everything and are also
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.
The mod itself does not provide any help texts, just the framework.
Current version: 0.4.0
Current version: 0.5.0
## For users
To open the help, there are multiple ways:

View File

@ -2,7 +2,7 @@ doc = {}
doc.VERSION = {}
doc.VERSION.MAJOR = 0
doc.VERSION.MINOR = 4
doc.VERSION.MINOR = 5
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH