Compare commits

...

4 Commits

Author SHA1 Message Date
Steve Gill
814aca2b68 Set VERSION to 6.2.2 (via coho) 2017-04-24 22:05:42 -07:00
Steve Gill
cf159c1ae3 Update JS snapshot to version 6.2.2 (via coho) 2017-04-24 22:05:42 -07:00
Steve Gill
4868d5e59e updated build.gradle version info for bintray upload 2017-04-06 19:03:10 -05:00
Steve Gill
34c7e8a534 updated build.gradle version for bintray publish 2017-04-04 13:37:06 -05:00
6 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
6.2.1
6.2.2

View File

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

View File

@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '6.2.1';
var PLATFORM_VERSION_BUILD_LABEL = '6.2.2';
// file: src/scripts/require.js
/*jshint -W079 */

View File

@@ -40,7 +40,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '6.2.0'
version = '6.2.2'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -127,9 +127,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = version
name = '6.2.2'
released = new Date()
vcsTag = version
vcsTag = '6.2.2'
}
}
}

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

View File

@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "6.2.1",
"version": "6.2.2",
"description": "cordova-android release",
"bin": {
"create": "bin/create"