feat: bump version to 10.0.0-dev (#1181)

This commit is contained in:
エリス 2021-04-13 15:34:00 +09:00 committed by GitHub
parent 9c165cb94f
commit a33044921d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
9.2.0-dev
10.0.0-dev

View File

@ -24,7 +24,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '9.2.0-dev';
const VERSION = '10.0.0-dev';
var path = require('path');

View File

@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '9.2.0-dev';
var PLATFORM_VERSION_BUILD_LABEL = '10.0.0-dev';
// file: src/scripts/require.js
var require;
var define;

View File

@ -51,7 +51,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '9.2.0-dev'
version = '10.0.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@ -142,9 +142,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '9.2.0-dev'
name = '10.0.0-dev'
released = new Date()
vcsTag = '9.2.0-dev'
vcsTag = '10.0.0-dev'
}
}
}

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 = "9.2.0-dev";
public static final String CORDOVA_VERSION = "10.0.0-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": "9.2.0-dev",
"version": "10.0.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "9.2.0-dev",
"version": "10.0.0-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"