Revert "chore: bump version 14.0.1-dev"

This reverts commit 5da9bd6d9de8ab7038f83c0e913985be30129981.
This commit is contained in:
Erisu 2025-03-20 12:51:45 +09:00
parent 5da9bd6d9d
commit d4eca414e3
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. * are not expected to implement it.
*/ */
public interface CordovaWebView { public interface CordovaWebView {
public static final String CORDOVA_VERSION = "14.0.1-dev"; public static final String CORDOVA_VERSION = "14.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"android-versions": "^2.1.0", "android-versions": "^2.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.0",
"description": "cordova-android release", "description": "cordova-android release",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"main": "lib/Api.js", "main": "lib/Api.js",