chore: bump version 13.0.1-dev

This commit is contained in:
Erisu 2024-05-15 19:45:51 +09:00
parent 2143045d4e
commit 172e947d18
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
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 = "13.0.0";
public static final String CORDOVA_VERSION = "13.0.1-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": "13.0.0",
"version": "13.0.1-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "13.0.0",
"version": "13.0.1-dev",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^2.0.0",

View File

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