Skip to content

Commit f777491

Browse files
Release Catima 2.39.1
1 parent 81445a2 commit f777491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased - 154
3+
## v2.39.1 - 154 (2025-10-01)
44

55
- Fix possible crash that could occur for cards missing colour information in the database
66

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "me.hackerchick.catima"
1818
minSdk = 21
1919
targetSdk = 36
20-
versionCode = 153
21-
versionName = "2.39.0"
20+
versionCode = 154
21+
versionName = "2.39.1"
2222

2323
vectorDrawables.useSupportLibrary = true
2424
multiDexEnabled = true

0 commit comments

Comments
 (0)