You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/02/28 00:03:51 UTC

android commit: Updating version

Repository: cordova-android
Updated Branches:
  refs/heads/master 3bbc7fb32 -> 7d5afdebe


Updating version

 This closes #364


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/7d5afdeb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/7d5afdeb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/7d5afdeb

Branch: refs/heads/master
Commit: 7d5afdebe1d3d1ecf1ca22473fbb798bc70f49ad
Parents: 3bbc7fb
Author: Bharath Hariharan <bh...@salesforce.com>
Authored: Thu Feb 23 11:13:10 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Feb 27 16:03:44 2017 -0800

----------------------------------------------------------------------
 framework/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/7d5afdeb/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index 3665348..ff6a605 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -40,7 +40,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '6.1.0'
+version = '6.2.0'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -127,9 +127,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '6.1.0'
+            name = '6.2.0'
             released  = new Date()
-            vcsTag = '6.1.0'
+            vcsTag = '6.2.0'
         }
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org