Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichotte committed Aug 19, 2015
1 parent 9b86814 commit a5b5221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Motion::Project::App.setup do |app|
app.name = 'HSTracker'
app.copyright = 'Copyright © 2015 Benjamin Michotte. All rights reserved.'

app.short_version = '0.11'
app.short_version = '0.12'
app.version = `git rev-list HEAD --count`.strip
App.info 'Building version', "#{app.short_version}.#{app.version}"
# workaround to force the new version to be written in plist
Expand Down
3 changes: 2 additions & 1 deletion versions.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#### 0.11.5
#### 0.12
- Fix : should run correctly on 10.8
- Fix : upload on HearthStats
- Add an option to rebuild card database (menu HSTracker -> rebuild card database)
- Fix : brawl is now correctly detected
- Support TGT

#### 0.11.4
- Correct the save button on "non-full" decks
Expand Down

0 comments on commit a5b5221

Please sign in to comment.