Skip to content

Commit

Permalink
Hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Apr 23, 2014
1 parent 3ce862d commit 5ff809b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac/starcheat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Starcheat < Formula
homepage 'https://github.com/wizzomafizzo/starcheat'
url 'https://github.com/wizzomafizzo/starcheat.git', :tag => '0.13'
url 'https://github.com/wizzomafizzo/starcheat.git', :tag => '0.14'

head 'https://github.com/wizzomafizzo/starcheat.git', :branch => 'dev'

Expand Down
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.13 (Enraged Koala)"
STARCHEAT_VERSION = "0.14 (Enraged Koala)"
CONFIG_VERSION = 8
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 5ff809b

Please sign in to comment.