Skip to content

Commit

Permalink
Prepare release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Callan Barrett committed Dec 16, 2015
1 parent bce2304 commit 17dd471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ starcheat is a [Starbound](http://playstarbound.com/) player save editor, you ca
Starbound | starcheat
-------------------- | ---------
Nightly | [dev branch](#building-from-source)
**Glad Giraffe** | [0.27](https://github.com/wizzomafizzo/starcheat/releases/tag/0.27)
**Glad Giraffe** | [0.27.1](https://github.com/wizzomafizzo/starcheat/releases/tag/0.27.1)
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)
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.27 (Glad Giraffe)"
STARCHEAT_VERSION_TAG = "0.27"
STARCHEAT_VERSION = "0.27.1 (Glad Giraffe)"
STARCHEAT_VERSION_TAG = "0.27.1"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 17dd471

Please sign in to comment.