chore: bump version to 9.0.0-dev (#890)

This commit is contained in:
エリス 2020-01-06 12:07:05 +09:00 committed by GitHub
parent e42fedc820
commit d0f972e128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
8.2.0-dev
9.0.0-dev

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = '8.2.0-dev';
var VERSION = '9.0.0-dev';
module.exports.version = VERSION;

View File

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

View File

@ -49,7 +49,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '8.2.0-dev'
version = '9.0.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@ -140,9 +140,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '8.2.0-dev'
name = '9.0.0-dev'
released = new Date()
vcsTag = '8.2.0-dev'
vcsTag = '9.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 = "8.2.0-dev";
public static final String CORDOVA_VERSION = "9.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

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