diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5a0a8..1679ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -# 5 +# 5 - 2017-01-09 ### Added - Ability to set a favourite shortcut as a quick tile - Tasker(Locale) plugin diff --git a/app/build.gradle b/app/build.gradle index 6f18942..4e016f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "uk.co.keepawayfromfire.screens" minSdkVersion 24 targetSdkVersion 25 - versionCode 4 + versionCode 5 versionName versionCode.toString() resValue("string", "versionName", versionName) resValue("string", "version", "Version " + versionName)