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/10/19 19:32:11 UTC

[06/10] android commit: Manually updating version to 5.0.0-dev for engine tags

Manually updating version to 5.0.0-dev for engine tags


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

Branch: refs/heads/master
Commit: 2ceb8030eeba39ee3c5abbb8e5243d80335fd6f6
Parents: 47ac514
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Sep 24 14:55:30 2015 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Oct 19 10:31:55 2015 -0700

----------------------------------------------------------------------
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package.json                                         | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/2ceb8030/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 5fb11aa..55fd6df 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.2.0-dev
+5.0.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/2ceb8030/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 8acf18f..85f69b3 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-dev";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/2ceb8030/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..80a7057 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-dev";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/2ceb8030/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7e384d5..6a0cc66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-android",
-    "version": "4.2.0-dev",
+    "version": "5.0.0-dev",
     "description": "cordova-android release",
     "main": "bin/create",
     "repository": {
@@ -28,4 +28,4 @@
         "jshint": "^2.6.0",
         "promise-matchers": "~0"
     }
-}
\ No newline at end of file
+}


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