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