You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2015/09/23 21:58:55 UTC

[44/45] android commit: Set VERSION to 5.0.0 (via coho)

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/659cd631
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/659cd631
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/659cd631

Branch: refs/heads/5.0.x
Commit: 659cd6311d9e0346df2d0a936edddc6ee49e3923
Parents: a600859
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Sep 23 12:50:02 2015 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Sep 23 12:51:07 2015 -0700

----------------------------------------------------------------------
 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/659cd631/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 5fb11aa..0062ac9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.2.0-dev
+5.0.0

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/659cd631/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 8acf18f..28ae86f 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.2.0-dev";
+var VERSION = "5.0.0";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/659cd631/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 a202c0d..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 = "4.2.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/659cd631/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7e384d5..7f66ca7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-android",
-    "version": "4.2.0-dev",
+    "version": "5.0.0",
     "description": "cordova-android release",
     "main": "bin/create",
     "repository": {


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