Skip to content

Commit a74c4f8

Browse files
Release Catima 2.33.0
1 parent c228d27 commit a74c4f8

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 - 141
3+
## v2.33.0 - 141 (2024-11-19)
44

55
- Change default column on wide screens to 4
66
- Allow overriding column counts for portrait and landscape in settings

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "me.hackerchick.catima"
2222
minSdk = 21
2323
targetSdk = 34
24-
versionCode = 140
25-
versionName = "2.32.1"
24+
versionCode = 141
25+
versionName = "2.33.0"
2626

2727
vectorDrawables.useSupportLibrary = true
2828
multiDexEnabled = true

0 commit comments

Comments
 (0)