diff --git a/Rakefile b/Rakefile index 6f97b77f7..9ccbe3100 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/versions.markdown b/versions.markdown index 3bdc71645..3b75ebdea 100644 --- a/versions.markdown +++ b/versions.markdown @@ -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