Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MlgmXyysd committed Dec 29, 2020
1 parent a1782ba commit 546e944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: '0.5.1.3_{build}-{branch}'
version: '0.5.1.4_{build}-{branch}'

environment:
ANDROID_HOME: C:\android-sdk-windows
Expand Down
2 changes: 1 addition & 1 deletion edxp-core/build.gradle
Expand Up @@ -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.3'
def buildVersionName = 'v0.5.1.4'
def buildVersionCode = 233

if (System.env.APPVEYOR_BUILD_VERSION != null) {
Expand Down

0 comments on commit 546e944

Please sign in to comment.