summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-19 01:11:38 +0100
committerWuzzy <almikes@aol.com>2016-12-19 01:11:38 +0100
commitc2c68b303464223766b1177ef9a620aa6a489205 (patch)
tree334ba9739a117019a3382f9123549d2eef4ae70d
parent1b9c901c8132e548d4edf4d62f7a0ab91e10eac0 (diff)
Version 0.11.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 426aa23..fe8affe 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ 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.
It is the heart of the Help modpack, on which the other Help mods depend.
-Current version: 0.10.0
+Current version: 0.11.0
## For users
### Accessing the help
diff --git a/init.lua b/init.lua
index 919ff27..c852c14 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 = 10
+doc.VERSION.MINOR = 11
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH