Skip to content

Commit c2b31fa

Browse files
Release Catima 2.34.0
1 parent 2043dff commit c2b31fa

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 - 142
3+
## v2.34.0 - 142 (2024-12-10)
44

55
- Add Passbook (.pkpass) support
66
- Fix import of transparent PDF files

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "me.hackerchick.catima"
2323
minSdk = 21
2424
targetSdk = 34
25-
versionCode = 141
26-
versionName = "2.33.0"
25+
versionCode = 142
26+
versionName = "2.34.0"
2727

2828
vectorDrawables.useSupportLibrary = true
2929
multiDexEnabled = true

0 commit comments

Comments
 (0)