Release Catima 2.13.0

This commit is contained in:
Sylvia van Os
2022-01-03 19:19:34 +01:00
parent f968aba926
commit 36237d9b3e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 97
## v2.13.0 - 97 (2022-01-03)
- Fixed pressing the save button multiple times creating multiple entries
- Lower card header size when hiding details to fit even more cards

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 96
versionName "2.12.0"
versionCode 97
versionName "2.13.0"
vectorDrawables.useSupportLibrary true
multiDexEnabled true