diff options
author | Wuzzy <almikes@aol.com> | 2015-02-21 17:24:01 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-21 17:24:01 +0100 |
commit | 5c5b516834e5fe8670e19c61ab5851795ae98de0 (patch) | |
tree | b65c5c836110635ab99b9681f086bee408d7e652 | |
parent | ef30c34609f0fa9720bf385b67af92597d1e26be (diff) |
Set version to 1.0.1
-rw-r--r-- | API.md | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | changelog.txt | 4 |
3 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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 |