Bump version

This commit is contained in:
kotori0 2020-12-21 16:04:39 +08:00
parent 25dc7c0bc8
commit ad3e5963c1
No known key found for this signature in database
GPG Key ID: 3FEE57ED0385A6B2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: '0.5.1.2_{build}-{branch}'
version: '0.5.1.3_{build}-{branch}'
environment:
ANDROID_HOME: C:\android-sdk-windows

View File

@ -14,7 +14,7 @@ static def calcSha256(file) {
}
// Values set here will be overriden by AppVeyor, feel free to modify during development.
def buildVersionName = 'v0.5.1.2'
def buildVersionName = 'v0.5.1.3'
def buildVersionCode = 233
if (System.env.APPVEYOR_BUILD_VERSION != null) {