From 30b2b302efadb8e0d383f1d067d467ac9c9a9b15 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 10 Feb 2015 02:50:35 +0100 Subject: [PATCH] Bump minor version number --- API.md | 2 +- README.txt | 3 ++- init.lua | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 5832097..e015471 100644 --- a/API.md +++ b/API.md @@ -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. diff --git a/README.txt b/README.txt index e8722b6..11fa538 100644 --- a/README.txt +++ b/README.txt @@ -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: @@ -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. diff --git a/init.lua b/init.lua index bb06e9b..e867821 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ --[[ -Mana 0.2.0 +Mana 0.3.0 This mod adds mana to players, a special attribute License: WTFPL