chore: set version for patch release (#1285)

This commit is contained in:
エリス 2021-07-20 17:49:04 +09:00 committed by GitHub
parent 6081cc7442
commit 4f44036d0a
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.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "10.0.0-dev";
public static final String CORDOVA_VERSION = "10.0.1-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.0-dev",
"version": "10.0.1-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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