chore: bump version 12.0.2-dev

This commit is contained in:
Erisu 2023-08-23 18:39:28 +09:00
parent 0c805a0a8e
commit e61e271f5b
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 = "12.0.1";
public static final String CORDOVA_VERSION = "12.0.2-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": "12.0.1",
"version": "12.0.2-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "12.0.1",
"version": "12.0.2-dev",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.8.1",

View File

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