Set VERSION to 7.1.0 (via coho)

This commit is contained in:
Steve Gill
2018-02-21 10:52:01 -08:00
parent 152984855b
commit f7d122bd8e
4 changed files with 6 additions and 6 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-dev'
version = '7.1.0'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.0-dev'
name = '7.1.0'
released = new Date()
vcsTag = '7.1.0-dev'
vcsTag = '7.1.0'
}
}
}