Compare commits

...

3 Commits

Author SHA1 Message Date
Joe Bowser
021c9c19e8 CB-12895: Temporarily disabling eslint since cordova-js does not have eslint yet. 2017-09-25 14:01:16 -07:00
Joe Bowser
0c475b5ec4 Set VERSION to 6.3.0 (via coho) 2017-09-25 11:37:50 -07:00
Joe Bowser
2a2a11a729 Update JS snapshot to version 6.3.0 (via coho) 2017-09-25 11:37:50 -07:00
5 changed files with 2074 additions and 2050 deletions

View File

@ -1 +1 @@
6.3.0-dev
6.3.0

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "6.3.0-dev";
var VERSION = "6.3.0";
module.exports.version = VERSION;

File diff suppressed because it is too large Load Diff

View File

@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '6.3.0-dev'
name = '6.3.0'
released = new Date()
vcsTag = '6.3.0-dev'
vcsTag = '6.3.0'
}
}
}

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 = "6.3.0-dev";
public static final String CORDOVA_VERSION = "6.3.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);