summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-02-03 02:26:30 +0100
committerWuzzy <almikes@aol.com>2017-02-03 02:26:30 +0100
commit849868371e17fea3512da40dabdc09f139177daf (patch)
tree399f2c1e78e9ce2fc2b2cdca2a5045f9e64db0ac
parentadd1f47252e3a6dab8365e71af8229a09028ee05 (diff)
Version 1.0.1
-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 ceb8342..bbed729 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: 1.0.0
+Current version: 1.0.1
## For players
### Accessing the help
diff --git a/init.lua b/init.lua
index cc7c75b..64e9a50 100644
--- a/init.lua
+++ b/init.lua
@@ -24,7 +24,7 @@ doc = {}
doc.VERSION = {}
doc.VERSION.MAJOR = 1
doc.VERSION.MINOR = 0
-doc.VERSION.PATCH = 0
+doc.VERSION.PATCH = 1
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH
-- Formspec information