Skip to content

Commit

Permalink
Merge pull request #389 from chaviw/version_bump
Browse files Browse the repository at this point in the history
Updated library and service version
  • Loading branch information
m4gr3d committed Mar 30, 2016
2 parents de57ee7 + 583037e commit 6b86100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
VERSION_MAJOR = 2
VERSION_MINOR = 9
VERSION_PATCH = 0
VERSION_SUFFIX = "alpha2"
VERSION_SUFFIX = "alpha3"

PUBLISH_ARTIFACT_ID = 'dronekit-android'
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion ServiceApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
def versionMajor = 1
def versionMinor = 5
def versionPatch = 3
def versionBuild = 1 //bump for dogfood builds, public betas, etc.
def versionBuild = 2 //bump for dogfood builds, public betas, etc.
def versionPrefix = "3DR Services v"

//Log levels values
Expand Down

0 comments on commit 6b86100

Please sign in to comment.