Bump minor version number

This commit is contained in:
Wuzzy 2015-02-10 02:50:35 +01:00
parent f92470121f
commit 30b2b302ef
3 changed files with 4 additions and 3 deletions

2
API.md
View File

@ -1,4 +1,4 @@
API documentation for Mana 0.2.0
API documentation for Mana 0.3.0
================================
**Warning:** This API is not considered stable yet.

View File

@ -1,6 +1,6 @@
Mana mod [mana]
===============
Version: 0.2.0
Version: 0.3.0
Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard.
See: <http://semver.org/>
@ -11,6 +11,7 @@ It provides a simple API to set, get, add and subtract the mana (and maximum) ma
The API documentation is in the file API.md.
If the mod “HUD bars” [hudbars] is installed, a blue bar will be added to the HUD showing the player's mana reserves.
It currently only works with version 0.3.0 of this mod.
Otherwise, the mana is just shown as text.

View File

@ -1,5 +1,5 @@
--[[
Mana 0.2.0
Mana 0.3.0
This mod adds mana to players, a special attribute
License: WTFPL