Set VERSION to 9.1.0-dev (via coho)

This commit is contained in:
Erisu
2020-06-23 18:33:21 +09:00
parent 5276f56cc4
commit 49fc5da207
5 changed files with 7 additions and 7 deletions

View File

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