Set VERSION to 9.2.0-dev (via coho)

This commit is contained in:
Erisu
2021-04-10 00:26:26 +09:00
parent ac4d3d1d45
commit 35bc354531
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
9.1.0-dev
9.2.0-dev
+1 -1
View File
@@ -24,7 +24,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '9.1.0-dev';
const VERSION = '9.2.0-dev';
var path = require('path');
+3 -3
View File
@@ -51,7 +51,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '9.1.0-dev'
version = '9.2.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -142,9 +142,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '9.1.0-dev'
name = '9.2.0-dev'
released = new Date()
vcsTag = '9.1.0-dev'
vcsTag = '9.2.0-dev'
}
}
}
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "9.1.0-dev";
public static final String CORDOVA_VERSION = "9.2.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "9.1.0",
"version": "9.2.0-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"