diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f03c0db..3aa257275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 113 +## v2.19.0 - 113 - Add previous and next buttons to the loyalty card view - Fix foreground colour on edit button diff --git a/app/build.gradle b/app/build.gradle index 5671c1c63..36ea30db3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "me.hackerchick.catima" minSdkVersion 21 targetSdkVersion 31 - versionCode 112 - versionName "2.18.2" + versionCode 113 + versionName "2.19.0" vectorDrawables.useSupportLibrary true multiDexEnabled true