Set VERSION to 6.2.0 (via coho)
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/4d55fdb3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/4d55fdb3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/4d55fdb3 Branch: refs/heads/6.2.x Commit: 4d55fdb3e5824fadbdb9e49d87c02bf3bdbb966e Parents: b175d61 Author: Steve Gill <[email protected]> Authored: Tue Mar 28 15:18:35 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Mar 28 15:24:44 2017 -0700 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/build.gradle | 4 ++-- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/4d55fdb3/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index f67d718..6abaeb2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0-dev +6.2.0 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/4d55fdb3/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 9531727..a8e2728 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.2.0-dev"; +var VERSION = "6.2.0"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/4d55fdb3/framework/build.gradle ---------------------------------------------------------------------- diff --git a/framework/build.gradle b/framework/build.gradle index ff6a605..8670ab8 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -127,9 +127,9 @@ bintray { licenses = ['Apache-2.0'] labels = ['android', 'cordova', 'phonegap'] version { - name = '6.2.0' + name = version released = new Date() - vcsTag = '6.2.0' + vcsTag = version } } } http://git-wip-us.apache.org/repos/asf/cordova-android/blob/4d55fdb3/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index e371c14..9ac7c8b 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback; * are not expected to implement it. */ public interface CordovaWebView { - public static final String CORDOVA_VERSION = "6.2.0-dev"; + public static final String CORDOVA_VERSION = "6.2.0"; void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
