Skip to content

Commit 5e83a4f

Browse files
committed
version bump for release.
1 parent 454113c commit 5e83a4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ClientLib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
VERSION_MAJOR = 2
55
VERSION_MINOR = 6
6-
VERSION_PATCH = 0
6+
VERSION_PATCH = 1
77
VERSION_BUILD = 0
88

99
PUBLISH_ARTIFACT_ID = 'dronekit-android'

ServiceApp/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dependencies {
4040

4141
//Decomposed version name and code (https://plus.google.com/+JakeWharton/posts/6f5TcVPRZij)
4242
def versionMajor = 1
43-
def versionMinor = 3
44-
def versionPatch = 4
45-
def versionBuild = 2 //bump for dogfood builds, public betas, etc.
43+
def versionMinor = 4
44+
def versionPatch = 0
45+
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
4646
def versionPrefix = "3DR Services v"
4747

4848
//Log levels values

0 commit comments

Comments
 (0)