Skip to content

Commit

Permalink
Bump version to 7.1.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Nov 5, 2018
1 parent 725e75f commit f86519b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.2
7.1.3-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.1.2";
var VERSION = "7.1.3-dev";

module.exports.version = VERSION;

Expand Down
2 changes: 1 addition & 1 deletion bin/templates/project/assets/www/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.1.2';
var PLATFORM_VERSION_BUILD_LABEL = '7.1.3-dev';
// file: src/scripts/require.js

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

group = 'org.apache.cordova'
version = '7.1.2'
version = '7.1.3-dev'

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

0 comments on commit f86519b

Please sign in to comment.