summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-17 21:24:19 +0100
committerWuzzy <almikes@aol.com>2016-11-17 21:24:19 +0100
commit20f546ddf63f2530fa2987fb5fd4d055fe1ab1a4 (patch)
tree8183c508190336419a7454ffe7662b1151ebb28e
parent66cb0a4a8ca8a04dd3509ead7db8932ea9df5aa4 (diff)
Version 0.7.0
-rw-r--r--API.md2
-rw-r--r--README.md2
-rw-r--r--init.lua4
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