chore: bump version 10.1.3-dev

This commit is contained in:
Erisu 2022-04-11 22:10:31 +09:00
parent f12080b7e2
commit 21e7c2f661
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 = "10.1.2";
public static final String CORDOVA_VERSION = "10.1.3-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": "10.1.2",
"version": "10.1.3-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "10.1.2",
"version": "10.1.3-dev",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.7.0",

View File

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