Release 1.4.1

This commit is contained in:
Sylvia van Os
2020-12-01 19:35:06 +01:00
parent d8ddee0667
commit 6bc5e77bbd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
# Changelog
## Unreleased
## v1.4.1 (2020-12-01)
Changes:
- Improved translations
- Small UI fixes
## v1.4.0 (2020-11-28)

View File

@@ -13,8 +13,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 16
targetSdkVersion 29
versionCode 48
versionName "1.4.0"
versionCode 49
versionName "1.4.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {