Skip to content

Commit 3afdb6e

Browse files
authored
Merge branch 'release/1.10.0' into patch-66
2 parents fbf4b5e + f6ebf9a commit 3afdb6e

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)