mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 14:32:53 +08:00
chore: bump version 10.1.0-dev (#1301)
This commit is contained in:
parent
e69ab6a687
commit
4e5892c5ed
@ -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.0.2-dev";
|
||||
public static final String CORDOVA_VERSION = "10.1.0-dev";
|
||||
|
||||
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-android",
|
||||
"version": "10.0.2-dev",
|
||||
"version": "10.1.0-dev",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-android",
|
||||
"version": "10.0.2-dev",
|
||||
"version": "10.1.0-dev",
|
||||
"description": "cordova-android release",
|
||||
"main": "lib/Api.js",
|
||||
"repository": "github:apache/cordova-android",
|
||||
|
Loading…
Reference in New Issue
Block a user