diff --git a/README.md b/README.md index e6f0374..79977c9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ starcheat is a [Starbound](http://playstarbound.com/) player save editor, you ca Starbound | starcheat ------------------ | --------- Nightly | [dev branch](#building-from-source) -**Upbeat Giraffe** | [0.20](https://github.com/wizzomafizzo/starcheat/releases/tag/0.20) +**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) ## Reporting a Issue diff --git a/starcheat/config.py b/starcheat/config.py index 4774dae..3fa7ac2 100644 --- a/starcheat/config.py +++ b/starcheat/config.py @@ -16,8 +16,8 @@ if not os.path.isdir(config_folder): os.mkdir(config_folder) -STARCHEAT_VERSION = "0.20 (Upbeat Giraffe)" -STARCHEAT_VERSION_TAG = "0.20" +STARCHEAT_VERSION = "0.21 (Upbeat Giraffe)" +STARCHEAT_VERSION_TAG = "0.21" CONFIG_VERSION = 14 ini_file = os.path.join(config_folder, "starcheat.ini")