chore: bump 15.0.0-dev (#1803)

This commit is contained in:
エリス
2025-06-16 12:34:19 +09:00
committed by GitHub
parent 872d98876e
commit 00744c4f71
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "14.0.2-dev";
public static final String CORDOVA_VERSION = "15.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cordova-android",
"version": "14.0.2-dev",
"version": "15.0.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "14.0.2-dev",
"version": "15.0.0-dev",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^2.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "14.0.2-dev",
"version": "15.0.0-dev",
"description": "cordova-android release",
"types": "./types/index.d.ts",
"main": "lib/Api.js",