Skip to content

Commit

Permalink
update submodule to sbbf02 fix and prepare release
Browse files Browse the repository at this point in the history
of 0.19.1
Fixes #153
  • Loading branch information
chrmoritz committed Feb 11, 2015
1 parent 28ddad3 commit d5131f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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)
**Upbeat Giraffe** | [0.19](https://github.com/wizzomafizzo/starcheat/releases/tag/0.19)
**Upbeat Giraffe** | [0.19.1](https://github.com/wizzomafizzo/starcheat/releases/tag/0.19.1)
Enraged Koala | [0.17](https://github.com/wizzomafizzo/starcheat/releases/tag/0.17)

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

STARCHEAT_VERSION = "0.19 (Upbeat Giraffe)"
STARCHEAT_VERSION_TAG = "0.19"
STARCHEAT_VERSION = "0.19.1 (Upbeat Giraffe)"
STARCHEAT_VERSION_TAG = "0.19.1"
CONFIG_VERSION = 12
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down
2 changes: 1 addition & 1 deletion starcheat/starbound
Submodule starbound updated 1 files
+2 −1 starbound/sbbf02.py

0 comments on commit d5131f6

Please sign in to comment.