From 5516acecce630f92582edd38f2b97a43cd7f810b Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sun, 6 Feb 2022 12:49:02 +0100 Subject: [PATCH] Release Catima 2.15.0 --- CHANGELOG.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e20e18b..99a655744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 101 +## v2.15.0 - 101 (2022-02-06) - Fix cropper not using theme colour - Fix minor theming issues diff --git a/app/build.gradle b/app/build.gradle index 5f96b27ae..ebac34a93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "me.hackerchick.catima" minSdkVersion 21 targetSdkVersion 31 - versionCode 100 - versionName "2.14.1" + versionCode 101 + versionName "2.15.0" vectorDrawables.useSupportLibrary true multiDexEnabled true