Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
demilich1 committed May 10, 2016
1 parent 01e15fc commit 7b11e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"version" : "1.0.3",
"version" : "1.1.0",
"whatsNew" : [
"- added some cards",
"- fixed some bugs",
"- added even more bugs",
"- fixed even more bugs",
"- did some thing you would not expect"
"- all Old God cards",
"- fixed many bugs"
]

}
2 changes: 1 addition & 1 deletion app/src/deploy/package/windows/Metastone.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Setup]
AppId={{fxApplication}}
AppName=Metastone
AppVersion=1.0.1
AppVersion=1.1.0
AppVerName=Metastone
AppPublisher=demilich
AppComments=MetaStone
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subprojects {
apply plugin: 'eclipse'
sourceCompatibility = 1.8

project.version = '1.0.2'
project.version = '1.1.0'

compileJava {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit 7b11e11

Please sign in to comment.