You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/01/06 03:07:22 UTC

[cordova-android] branch master updated: chore: bump version to 9.0.0-dev (#890)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new d0f972e  chore: bump version to 9.0.0-dev (#890)
d0f972e is described below

commit d0f972e12812c30876346a5023505e38775d1556
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jan 6 12:07:05 2020 +0900

    chore: bump version to 9.0.0-dev (#890)
---
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 bin/templates/project/assets/www/cordova.js          | 2 +-
 framework/build.gradle                               | 6 +++---
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package.json                                         | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/VERSION b/VERSION
index 4da2d2e..f6c8661 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-8.2.0-dev
+9.0.0-dev
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 03f212f..51fb968 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = '8.2.0-dev';
+var VERSION = '9.0.0-dev';
 
 module.exports.version = VERSION;
 
diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js
index 6395c90..635fa8d 100644
--- a/bin/templates/project/assets/www/cordova.js
+++ b/bin/templates/project/assets/www/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '8.2.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '9.0.0-dev';
 // file: src/scripts/require.js
 var require;
 var define;
diff --git a/framework/build.gradle b/framework/build.gradle
index 44f30f6..3a630f1 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -49,7 +49,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '8.2.0-dev'
+version = '9.0.0-dev'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -140,9 +140,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '8.2.0-dev'
+            name = '9.0.0-dev'
             released  = new Date()
-            vcsTag = '8.2.0-dev'
+            vcsTag = '9.0.0-dev'
         }
     }
 }
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 2160ccd..507cb7e 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 = "8.2.0-dev";
+    public static final String CORDOVA_VERSION = "9.0.0-dev";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 
diff --git a/package.json b/package.json
index 56f8ca4..75d3406 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "8.2.0-dev",
+  "version": "9.0.0-dev",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


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