Set VERSION to 7.1.1-dev (via coho)

This commit is contained in:
Christopher J. Brody
2018-06-19 15:01:50 -04:00
parent e73d8384f5
commit 0bd3309323
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.1.0'
version = '7.1.1-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.0'
name = '7.1.1-dev'
released = new Date()
vcsTag = '7.1.0'
vcsTag = '7.1.1-dev'
}
}
}