Skip to content

Commit

Permalink
Set version & VERSION to 8.0.0-dev (coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Nov 14, 2018
1 parent 858611f commit 53e1c1b
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 @@
7.2.0-dev
8.0.0-dev
2 changes: 1 addition & 1 deletion bin/templates/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// Coho updates this line:
var VERSION = '7.2.0-dev';
var VERSION = "8.0.0-dev";

module.exports.version = VERSION;

Expand Down
6 changes: 3 additions & 3 deletions framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group = 'org.apache.cordova'
version = '7.2.0-dev'
version = '8.0.0-dev'

android {
compileSdkVersion cdvCompileSdkVersion
Expand Down Expand Up @@ -131,9 +131,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.2.0-dev'
name = '8.0.0-dev'
released = new Date()
vcsTag = '7.2.0-dev'
vcsTag = '8.0.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 = "7.2.0-dev";
public static final String CORDOVA_VERSION = "8.0.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": "7.2.0-dev",
"version": "8.0.0-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"
Expand Down

0 comments on commit 53e1c1b

Please sign in to comment.