Version 1.4.0

This commit is contained in:
Wuzzy 2016-07-03 00:22:51 +02:00
parent 9af3f328fc
commit c26dd7d6a4
3 changed files with 7 additions and 2 deletions

2
API.md
View File

@ -1,4 +1,4 @@
API documentation for the HUD bars mod 1.3.0 API documentation for the HUD bars mod 1.4.0
============================================ ============================================
## Introduction ## Introduction

View File

@ -11,7 +11,7 @@ this mod will place them accordingly.
position should be displayed correctly on every screen size. position should be displayed correctly on every screen size.
## Current version ## Current version
The current version is 1.3.0. The current version is 1.4.0.
This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
standard. standard.

View File

@ -72,3 +72,8 @@ as of version 2.0.0 of the standard <http://semver.org/>.
- Use Markdown syntax in readme file - Use Markdown syntax in readme file
- Fix some factual mistakes in readme file - Fix some factual mistakes in readme file
- Add metadata: mod.conf, description.txt, screenshot.png - Add metadata: mod.conf, description.txt, screenshot.png
1.4.0
-----
- Allow to change HUD bar images and label after it has been registered
- Minor API.md correction