Repository: cordova-android Updated Branches: refs/heads/5.0.x [created] 49870d2d6
Set VERSION to 5.0.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/49870d2d Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/49870d2d Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/49870d2d Branch: refs/heads/5.0.x Commit: 49870d2d639008b2d2b33650e0dc70c85fdca977 Parents: 278197a Author: Steve Gill <[email protected]> Authored: Sun Nov 1 23:43:00 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Sun Nov 1 23:43:00 2015 -0800 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/49870d2d/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 55fd6df..0062ac9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0-dev +5.0.0 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/49870d2d/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 82e872a..f4315fd 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "5.0.0-dev"; +var VERSION = "5.0.0"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/49870d2d/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 80a7057..72c35f7 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 = "5.0.0-dev"; + public static final String CORDOVA_VERSION = "5.0.0"; void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/49870d2d/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d82e350..ca37908 100644 --- a/package.json +++ b/package.json @@ -43,4 +43,4 @@ "jshint": "^2.6.0", "promise-matchers": "~0" } -} +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
