diff --git a/Changelog.md b/Changelog.md index 6b3025b..81710e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,11 @@ -## 0.5.6 (development) +## 0.5.7 (development) +#### new features + +#### improvements + +#### fixes + +## 0.5.6 #### new features * Download files attached to tasks * Move task to other columns diff --git a/app/build.gradle b/app/build.gradle index 66306f7..515e56a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "in.andres.kandroid" minSdkVersion 17 targetSdkVersion 25 - versionCode 14 - versionName "0.5.5" + versionCode 16 + versionName "0.5.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {