Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
barcicki committed Mar 22, 2018
1 parent 5ac25ed commit 82e8f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### v.1.1.1 (22.03.2018) ####
* Fixed problem with no effect when selecting player just after redownload
* Fixed crash on deleting tournament with existing set of opponents

#### v.1.1 (20.03.2018) RELEASE ####
* Fixed issue with updating player list on Android 6+
* Added class D tournament support
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'com.barcicki.gorcalculator'
minSdkVersion 14
targetSdkVersion 16
versionName '1.1.0'
versionCode 20
versionName '1.1.1'
versionCode 21
}

applicationVariants.all { variant ->
Expand Down

0 comments on commit 82e8f35

Please sign in to comment.