Skip to content

Commit

Permalink
Merge branch 'release/1.10.0' into patch-66
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 authored Dec 12, 2022
2 parents fbf4b5e + f6ebf9a commit 3afdb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/.meta/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"code": 1009012000,
"code": 1010000000,
"migration": false,
"minSdk": 17,
"releaseNotes": "",
"version": "1.9.12",
"version": "1.10.0",
"appId": "com.mxt.anitrend"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ package com.mxt.anitrend.buildsrc.common
object Configuration {

private const val major = 1
private const val minor = 9
private const val patch = 12
private const val minor = 10
private const val patch = 0
private const val candidate = 0

const val compileSdk = 33
Expand Down

0 comments on commit 3afdb6e

Please sign in to comment.