Skip to content

Commit afdffe4

Browse files
author
Christopher J. Brody
committed
Set Version to 7.1.4-dev
(based on e1befac)
1 parent e1befac commit afdffe4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.3
1+
7.1.4-dev

bin/templates/cordova/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
// Coho updates this line:
23-
var VERSION = "7.1.3";
23+
var VERSION = "7.1.4-dev";
2424

2525
module.exports.version = VERSION;
2626

bin/templates/project/assets/www/cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
*/
2121
;(function() {
22-
var PLATFORM_VERSION_BUILD_LABEL = '7.1.3';
22+
var PLATFORM_VERSION_BUILD_LABEL = '7.1.4-dev';
2323
// file: src/scripts/require.js
2424

2525
/* jshint -W079 */

framework/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
4242
apply plugin: 'com.jfrog.bintray'
4343

4444
group = 'org.apache.cordova'
45-
version = '7.1.3'
45+
version = '7.1.4-dev'
4646

4747
android {
4848
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
129129
licenses = ['Apache-2.0']
130130
labels = ['android', 'cordova', 'phonegap']
131131
version {
132-
name = '7.1.3'
132+
name = '7.1.4-dev'
133133
released = new Date()
134-
vcsTag = '7.1.3'
134+
vcsTag = '7.1.4-dev'
135135
}
136136
}
137137
}

framework/src/org/apache/cordova/CordovaWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3131
* are not expected to implement it.
3232
*/
3333
public interface CordovaWebView {
34-
public static final String CORDOVA_VERSION = "7.1.3";
34+
public static final String CORDOVA_VERSION = "7.1.4-dev";
3535

3636
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "7.1.3",
3+
"version": "7.1.4-dev",
44
"description": "cordova-android release",
55
"bin": {
66
"create": "bin/create"

0 commit comments

Comments
 (0)