Skip to content

Commit

Permalink
Release Catima 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Jun 28, 2022
1 parent 88d27c0 commit 1c2e810
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.17.1 - 109

- Fix incorrect text colour on "No barcode" button

## v2.17.0 - 108

- Add card duplication feature
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 108
versionName "2.17.0"
versionCode 109
versionName "2.17.1"

vectorDrawables.useSupportLibrary true
multiDexEnabled true
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/109.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix incorrect text colour on "No barcode" button

0 comments on commit 1c2e810

Please sign in to comment.