Skip to content

Commit f6ebf9a

Browse files
committed
Bump version from [1.9.12 to 1.10.0]
1 parent 43eb17f commit f6ebf9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/.meta/version.json

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ package com.mxt.anitrend.buildsrc.common
2020
object Configuration {
2121

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

2727
const val compileSdk = 33

0 commit comments

Comments
 (0)