summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-22 00:33:03 +0100
committerWuzzy <almikes@aol.com>2016-11-22 00:33:03 +0100
commit44ec512a75a4756f711bf598f3b21b6be7b843c0 (patch)
treecc7bf10703b8d3f8f8bf8d48a1d9f870300db728
parentd1fc63b231038a7c4c873a1f357dcf83baefcabf (diff)
Version 0.8.0
-rw-r--r--README.md2
-rw-r--r--init.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 62d4b00..b3a053f 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.7.0
+Current version: 0.8.0
## For users
### Accessing the help
diff --git a/init.lua b/init.lua
index 8e6a25e..2d6d835 100644
--- a/init.lua
+++ b/init.lua
@@ -15,7 +15,7 @@ doc = {}
-- Version number (follows the SemVer specification 2.0.0)
doc.VERSION = {}
doc.VERSION.MAJOR = 0
-doc.VERSION.MINOR = 7
+doc.VERSION.MINOR = 8
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH