This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git
commit 35bc354531f4ff3560ff76b704c8619779316138 Author: Erisu <[email protected]> AuthorDate: Sat Apr 10 00:26:26 2021 +0900 Set VERSION to 9.2.0-dev (via coho) --- VERSION | 2 +- bin/templates/cordova/Api.js | 2 +- framework/build.gradle | 6 +++--- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index f17a1af..93af3c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.0-dev +9.2.0-dev diff --git a/bin/templates/cordova/Api.js b/bin/templates/cordova/Api.js index 5142c7f..84e977d 100644 --- a/bin/templates/cordova/Api.js +++ b/bin/templates/cordova/Api.js @@ -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'); diff --git a/framework/build.gradle b/framework/build.gradle index 1d2a386..3e20e31 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -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' } } } diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index c846c35..a734b8a 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -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); diff --git a/package.json b/package.json index d1323bf..afecce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "9.1.0", + "version": "9.2.0-dev", "description": "cordova-android release", "bin": { "create": "bin/create" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
