Set version to 1.0.1

This commit is contained in:
Wuzzy 2015-02-21 17:24:01 +01:00
parent ef30c34609
commit 5c5b516834
3 changed files with 6 additions and 2 deletions

2
API.md
View File

@ -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

View File

@ -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/>

View File

@ -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