Skip to content

Commit cd6fc53

Browse files
committed
Bump version from [1.9.11 to 1.9.12]
1 parent 29f35e2 commit cd6fc53

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

app/.meta/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"code": 1009011000,
2+
"code": 1009012000,
33
"migration": false,
44
"minSdk": 17,
55
"releaseNotes": "",
6-
"version": "1.9.11",
6+
"version": "1.9.12",
77
"appId": "com.mxt.anitrend"
88
}

app/src/main/assets/changelog.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Read the **FAQ** for issues regarding NSFW and notifications. Goto **Options** -
88
### Enhancements
99
- Improve notification experience @Luk1337
1010

11-
12-
1311
### Bug Fixes
1412
- Notification delivery on Android 12+. Thanks @Luk1337
1513

buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common/Configuration.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Configuration {
2121

2222
private const val major = 1
2323
private const val minor = 9
24-
private const val patch = 11
24+
private const val patch = 12
2525
private const val candidate = 0
2626

2727
const val compileSdk = 33

0 commit comments

Comments
 (0)