From 5c5b516834e5fe8670e19c61ab5851795ae98de0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 21 Feb 2015 17:24:01 +0100 Subject: [PATCH] Set version to 1.0.1 --- API.md | 2 +- README.txt | 2 +- changelog.txt | 4 ++++ 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. 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 . - 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