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 a330449  feat: bump version to 10.0.0-dev (#1181)
a330449 is described below

commit a33044921d1895acd5634838f6307c79bb5a7100
Author: エリス <[email protected]>
AuthorDate: Tue Apr 13 15:34:00 2021 +0900

    feat: bump version to 10.0.0-dev (#1181)
---
 VERSION                                              | 2 +-
 bin/templates/cordova/Api.js                         | 2 +-
 bin/templates/project/assets/www/cordova.js          | 2 +-
 framework/build.gradle                               | 6 +++---
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package-lock.json                                    | 2 +-
 package.json                                         | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/VERSION b/VERSION
index 93af3c4..98ca158 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-9.2.0-dev
+10.0.0-dev
diff --git a/bin/templates/cordova/Api.js b/bin/templates/cordova/Api.js
index 84e977d..9bd048c 100644
--- a/bin/templates/cordova/Api.js
+++ b/bin/templates/cordova/Api.js
@@ -24,7 +24,7 @@
  *  This workflow would not have the `package.json` file.
  */
 // Coho updates this line
-const VERSION = '9.2.0-dev';
+const VERSION = '10.0.0-dev';
 
 var path = require('path');
 
diff --git a/bin/templates/project/assets/www/cordova.js 
b/bin/templates/project/assets/www/cordova.js
index f0d5f38..227b446 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 = '9.2.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '10.0.0-dev';
 // file: src/scripts/require.js
 var require;
 var define;
diff --git a/framework/build.gradle b/framework/build.gradle
index 3e20e31..63b83f0 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -51,7 +51,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '9.2.0-dev'
+version = '10.0.0-dev'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -142,9 +142,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '9.2.0-dev'
+            name = '10.0.0-dev'
             released = new Date()
-            vcsTag = '9.2.0-dev'
+            vcsTag = '10.0.0-dev'
         }
     }
 }
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java 
b/framework/src/org/apache/cordova/CordovaWebView.java
index a734b8a..dec02fd 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 = "9.2.0-dev";
+    public static final String CORDOVA_VERSION = "10.0.0-dev";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 
diff --git a/package-lock.json b/package-lock.json
index 0da9141..2edb6c4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "9.2.0-dev",
+  "version": "10.0.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index afecce2..a8a749c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "9.2.0-dev",
+  "version": "10.0.0-dev",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to