Skip to content

Commit 2c0efcb

Browse files
Release Catima 2.41.0
1 parent 53f1773 commit 2c0efcb

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 - 157
3+
## v2.41.0 - 157 (2025-12-30)
44

55
- Add support for UTF-8 barcodes
66
- Add duplicate option to main screen and reorder options slightly

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "me.hackerchick.catima"
2020
minSdk = 21
2121
targetSdk = 36
22-
versionCode = 156
23-
versionName = "2.40.0"
22+
versionCode = 157
23+
versionName = "2.41.0"
2424

2525
vectorDrawables.useSupportLibrary = true
2626
multiDexEnabled = true

0 commit comments

Comments
 (0)