This is an automated email from the ASF dual-hosted git repository. bowserj pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/cordova-android.git
commit 214e857b208369856ed31d4ebae4d84a738a6eed Author: Joe Bowser <[email protected]> AuthorDate: Thu Nov 30 10:01:28 2017 -0800 Set VERSION to 7.0.0 (via coho) --- 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(-) diff --git a/VERSION b/VERSION index 1c12120..66ce77b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.0-dev +7.0.0 diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index cf4c590..3df00e3 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.5.0-dev"; +var VERSION = "7.0.0"; module.exports.version = VERSION; diff --git a/framework/build.gradle b/framework/build.gradle index 9c925c3..e63330a 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -129,9 +129,9 @@ bintray { licenses = ['Apache-2.0'] labels = ['android', 'cordova', 'phonegap'] version { - name = '6.5.0-dev' + name = '7.0.0' released = new Date() - vcsTag = '6.5.0-dev' + vcsTag = '7.0.0' } } } diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 6b34ff5..0e24938 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.5.0-dev"; + public static final String CORDOVA_VERSION = "7.0.0"; void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
