diff --git a/README.md b/README.md index 87671bc..802701c 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.2.0 +Current version: 1.2.1 ## For players ### Accessing the help diff --git a/init.lua b/init.lua index dcb4c78..3782265 100644 --- a/init.lua +++ b/init.lua @@ -17,7 +17,7 @@ doc = {} -- Version number (follows the SemVer specification 2.0.0) doc.VERSION = {} doc.VERSION.MAJOR = 1 -doc.VERSION.MINOR = 0 +doc.VERSION.MINOR = 2 doc.VERSION.PATCH = 1 doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH