chore: bump version 10.1.0-dev (#1301)

This commit is contained in:
エリス 2021-07-30 17:08:04 +09:00 committed by GitHub
parent e69ab6a687
commit 4e5892c5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. * are not expected to implement it.
*/ */
public interface CordovaWebView { public interface CordovaWebView {
public static final String CORDOVA_VERSION = "10.0.2-dev"; public static final String CORDOVA_VERSION = "10.1.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

2
package-lock.json generated
View File

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

View File

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