Compare commits

..

2 Commits

Author SHA1 Message Date
Joe Bowser
221b10b1e6 Set VERSION to 3.2.0 (via coho) 2013-11-18 13:18:48 -08:00
Joe Bowser
dd4e2a6a62 Update JS snapshot to version 3.2.0 (via coho) 2013-11-18 13:18:48 -08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
3.2.0-rc1
3.2.0

View File

@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.2.0-rc1";
var VERSION = "3.2.0";
console.log(VERSION);

View File

@@ -1,5 +1,5 @@
// Platform: android
// 3.2.0-rc1
// 3.2.0
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var CORDOVA_JS_BUILD_LABEL = '3.2.0-rc1';
var CORDOVA_JS_BUILD_LABEL = '3.2.0';
// file: lib/scripts/require.js
/*jshint -W079 */

View File

@@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.2.0-rc1";
public static final String CORDOVA_VERSION = "3.2.0";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();