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

commit 94234d988ec2f2eb14ebf551e97ef7d9b5b11ec9
Author: Erisu <[email protected]>
AuthorDate: Sat May 20 01:13:49 2023 +0900

    chore: bump version 12.0.1-dev
---
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package-lock.json                                    | 4 ++--
 package.json                                         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/framework/src/org/apache/cordova/CordovaWebView.java 
b/framework/src/org/apache/cordova/CordovaWebView.java
index 81fd8282..6faecbc2 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 = "12.0.0";
+    public static final String CORDOVA_VERSION = "12.0.1-dev";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 
diff --git a/package-lock.json b/package-lock.json
index b734e396..44c5f0ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-android",
-  "version": "12.0.0",
+  "version": "12.0.1-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-android",
-      "version": "12.0.0",
+      "version": "12.0.1-dev",
       "license": "Apache-2.0",
       "dependencies": {
         "android-versions": "^1.8.1",
diff --git a/package.json b/package.json
index fee24ad3..c785a247 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "12.0.0",
+  "version": "12.0.1-dev",
   "description": "cordova-android release",
   "types": "./types/index.d.ts",
   "main": "lib/Api.js",


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

Reply via email to