Skip to content

Commit

Permalink
Set VERSION to 9.1.0-dev (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jun 23, 2020
1 parent 5276f56 commit 49fc5da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0-dev
9.1.0-dev
2 changes: 1 addition & 1 deletion bin/templates/cordova/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '9.0.0-dev';
const VERSION = '9.1.0-dev';

var path = require('path');

Expand Down
6 changes: 3 additions & 3 deletions framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
}
}
}
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* 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);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "9.0.0",
"version": "9.1.0-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"
Expand Down

0 comments on commit 49fc5da

Please sign in to comment.