chore: bump version 11.0.1-dev (2)

This commit is contained in:
Erisu 2022-07-04 23:12:43 +09:00
parent d828785435
commit 60e3803c67
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 = "11.0.0";
public static final String CORDOVA_VERSION = "11.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": "11.0.0",
"version": "11.0.1-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "11.0.0",
"version": "11.0.1-dev",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.7.0",

View File

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