Skip to content

Commit

Permalink
Getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed May 10, 2014
1 parent 3f2e016 commit 2a98260
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.14'
url 'https://github.com/wizzomafizzo/starcheat.git', :tag => '0.15'

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

Expand Down

0 comments on commit 2a98260

Please sign in to comment.