summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-02-21 17:24:01 +0100
committerWuzzy <almikes@aol.com>2015-02-21 17:24:01 +0100
commit5c5b516834e5fe8670e19c61ab5851795ae98de0 (patch)
treeb65c5c836110635ab99b9681f086bee408d7e652
parentef30c34609f0fa9720bf385b67af92597d1e26be (diff)
Set version to 1.0.1
-rw-r--r--API.md2
-rw-r--r--README.txt2
-rw-r--r--changelog.txt4
3 files changed, 6 insertions, 2 deletions
diff --git a/API.md b/API.md
index 52e4b10..0ec527e 100644
--- a/API.md
+++ b/API.md
@@ -1,4 +1,4 @@
-API documentation for the HUD bars mod 1.0.0
+API documentation for the HUD bars mod 1.0.1
============================================
## Introduction
diff --git a/README.txt b/README.txt
index 1d7373e..689ea55 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
Minetest mod: HUD bars
======================
-Version: 1.0.0
+Version: 1.0.1
This software uses semantic versioning, as defined by version 2.0.0 of the SemVer
standard. <http://semver.org/>
diff --git a/changelog.txt b/changelog.txt
index 8c9c0d7..4898626 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -34,3 +34,7 @@ as of version 2.0.0 of the standard <http://semver.org/>.
- Add new parameter start_hidden to hb.init_hudbar, specified whether HUD bar is hidden on start
- Copy-editing of API.md and README.txt
- Internal: Fix add_all weirdness
+
+1.0.1
+-----
+- Fix race condition causing crash at start of server