chore: bump version 10.1.2-dev

This commit is contained in:
Erisu 2021-09-13 20:17:31 +09:00
parent e188c61c86
commit 8a957fb9c9
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
3 changed files with 3 additions and 3 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 = "10.1.1";
public static final String CORDOVA_VERSION = "10.1.2-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "10.1.1",
"version": "10.1.2-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "10.1.1",
"version": "10.1.2-dev",
"description": "cordova-android release",
"main": "lib/Api.js",
"repository": "github:apache/cordova-android",