From 20f546ddf63f2530fa2987fb5fd4d055fe1ab1a4 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 Nov 2016 21:24:19 +0100 Subject: Version 0.7.0 --- API.md | 2 +- README.md | 2 +- init.lua | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 4ee0635..4dbc2e2 100644 --- a/API.md +++ b/API.md @@ -1,4 +1,4 @@ -# API documentation for version 0.6.1 +# API documentation for version 0.7.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 9986970..141cd13 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This mod provides a simple and highly extensible form 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.6.1 +Current version: 0.7.0 ## For users ### Accessing the help diff --git a/init.lua b/init.lua index 3facb89..d7addef 100644 --- a/init.lua +++ b/init.lua @@ -15,8 +15,8 @@ doc = {} -- Version number (follows the SemVer specification 2.0.0) doc.VERSION = {} doc.VERSION.MAJOR = 0 -doc.VERSION.MINOR = 6 -doc.VERSION.PATCH = 1 +doc.VERSION.MINOR = 7 +doc.VERSION.PATCH = 0 doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH -- Formspec information -- cgit v1.2.3