Skip to content

Commit

Permalink
Prepare release 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Aug 26, 2015
1 parent eee02bf commit dbdc26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ starcheat is a [Starbound](http://playstarbound.com/) player save editor, you ca
Starbound | starcheat
-------------------- | ---------
Nightly | [dev branch](#building-from-source)
**Spirited Giraffe** | [0.25](https://github.com/wizzomafizzo/starcheat/releases/tag/0.25)
**Pleased Giraffe** | [0.26](https://github.com/wizzomafizzo/starcheat/releases/tag/0.26)
Spirited Giraffe | [0.25](https://github.com/wizzomafizzo/starcheat/releases/tag/0.25)
Upbeat Giraffe | [0.21](https://github.com/wizzomafizzo/starcheat/releases/tag/0.21)
Enraged Koala | [0.17](https://github.com/wizzomafizzo/starcheat/releases/tag/0.17)

Expand Down
4 changes: 2 additions & 2 deletions starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
if not os.path.isdir(config_folder):
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.25 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.25"
STARCHEAT_VERSION = "0.26 (Pleased Giraffe)"
STARCHEAT_VERSION_TAG = "0.26"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit dbdc26f

Please sign in to comment.