diff --git a/app/build.gradle b/app/build.gradle index d110a69..813daba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.savvasdalkitsis.gameframe" minSdkVersion 16 targetSdkVersion 26 - versionCode 2 - versionName "1.1" + versionCode 3 + versionName "1.1.1" manifestPlaceholders = [fabric_api_key: FABRIC_API_KEY] } buildTypes { diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 65fe41c..bee28bb 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -9,6 +9,11 @@ body { } +#### v1.1.1 +##### 24 Oct 2017 + +* Fix crash when deleting first palette + #### v1.1 ##### 23 Oct 2017