From 8b02324870fcc1ee383a5456952fc7fc44ede66c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 20 Feb 2015 15:47:03 +0100 Subject: [PATCH] Bump version to 1.0.0 --- API.md | 7 +------ README.txt | 2 +- init.lua | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/API.md b/API.md index e721613..fb9555d 100644 --- a/API.md +++ b/API.md @@ -1,11 +1,6 @@ -API documentation for Mana 0.4.0 +API documentation for Mana 1.0.0 ================================ -**Warning:** This API is not considered stable yet. -Future releases will not enture backwards compability until the -release of version 1.0.0 of the Mana mod. - - ## Introduction The API of the Mana mod allows you to set and receive the current and maxiumum mana reserves of a player, diff --git a/README.txt b/README.txt index 0d8ef28..88c208f 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ Mana mod [mana] =============== -Version: 0.4.0 +Version: 1.0.0 Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: diff --git a/init.lua b/init.lua index fa69f6b..50e77fa 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ --[[ -Mana 0.4.0 +Mana 1.0.0 This mod adds mana to players, a special attribute License: WTFPL