summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 23:23:10 +0100
committerWuzzy <almikes@aol.com>2016-12-28 23:23:10 +0100
commit02b7d15785215bb72df273aa67f5ecd6fd01e121 (patch)
treed2a11ea7252d26d85cb3a6ee28c6235d1944b948
parent662b73646f5bfe1f8526d1f22077089a78a8a259 (diff)
Version 1.0.0
Hooray! Let's party!
-rw-r--r--README.md2
-rw-r--r--init.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c5b5d97..ceb8342 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.11.0
+Current version: 1.0.0
## For players
### Accessing the help
diff --git a/init.lua b/init.lua
index f42ea55..cc7c75b 100644
--- a/init.lua
+++ b/init.lua
@@ -22,8 +22,8 @@ doc = {}
-- Version number (follows the SemVer specification 2.0.0)
doc.VERSION = {}
-doc.VERSION.MAJOR = 0
-doc.VERSION.MINOR = 11
+doc.VERSION.MAJOR = 1
+doc.VERSION.MINOR = 0
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH