summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 02:04:02 +0100
committerWuzzy <almikes@aol.com>2016-12-12 02:04:02 +0100
commit8b268b179732abd7e077e3bc578e855cbb8256d8 (patch)
tree49e5ef2bc1c3119828ebb60e891c583bfe50027d
parentb059821156b512c3efec22e39b2551656d41d32d (diff)
Version 0.10.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 4ab6a08..b30b7cf 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.9.0
+Current version: 0.10.0
## For users
### Accessing the help
diff --git a/init.lua b/init.lua
index e18f345..4c0351d 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 = 9
+doc.VERSION.MINOR = 10
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH