Skip to content

Commit

Permalink
Bump to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Jun 24, 2019
1 parent cb75cff commit 93170d9
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.4.5.1_alpha({build})'
version: '0.4.5.1_beta({build})'

environment:
ANDROID_HOME: C:\android-sdk-windows
Expand Down
2 changes: 1 addition & 1 deletion edxp-core/build.gradle
Expand Up @@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
apply plugin: 'com.android.library'

// Values set here will be overriden by AppVeyor, feel free to modify during development.
def buildVersionName = 'v0.4.5.1_alpha'
def buildVersionName = 'v0.4.5.1_beta'
def buildVersionCode = 10000

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

0 comments on commit 93170d9

Please sign in to comment.