From 087e63ac08cfad066e8c7849baa92917bc578967 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 31 Aug 2016 23:03:02 +0200 Subject: Version 0.5.0 --- API.md | 2 +- README.md | 2 +- init.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index cc0af97..bcaf43c 100644 --- a/API.md +++ b/API.md @@ -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 diff --git a/README.md b/README.md index ef9f4f7..248ed53 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/init.lua b/init.lua index 9ff9c2e..730550e 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3