chore(post-release): bump v15.1.1-dev.0 (#1981)

This commit is contained in:
エリス
2026-07-22 16:44:28 +09:00
committed by GitHub
parent 6975aefc0d
commit 5cc0a8299e
3 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "15.1.0";
public static final String CORDOVA_VERSION = "15.1.1-dev.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "cordova-android",
"version": "15.1.0",
"version": "15.1.1-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "15.1.0",
"version": "15.1.1-dev.0",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^2.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "15.1.0",
"version": "15.1.1-dev.0",
"description": "cordova-android release",
"types": "./types/index.d.ts",
"main": "lib/Api.js",