From dbdc26f6400de6f0b557c4cf99193cf92039bd93 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Wed, 26 Aug 2015 20:28:14 +0800 Subject: [PATCH] Prepare release 0.26 --- README.md | 3 ++- starcheat/config.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd397ee..0f6c537 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/starcheat/config.py b/starcheat/config.py index e253eee..9f0a3f8 100644 --- a/starcheat/config.py +++ b/starcheat/config.py @@ -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")