Skip to content

Commit

Permalink
Bump version, get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Apr 7, 2014
1 parent a4598fd commit 05f748a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if os.path.isdir(config_folder) == False:
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.11 (Enraged Koala)"
STARCHEAT_VERSION = "0.12 (Enraged Koala)"
CONFIG_VERSION = 7
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down
2 changes: 1 addition & 1 deletion starcheat/templates/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
<item row="1" column="1">
<widget class="QPushButton" name="techs_button">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
Expand Down

0 comments on commit 05f748a

Please sign in to comment.