Set VERSION to 3.2.0 (via coho)

This commit is contained in:
Joe Bowser
2013-11-18 13:18:48 -08:00
parent dd4e2a6a62
commit 221b10b1e6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
3.2.0-rc1
3.2.0
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.2.0-rc1";
var VERSION = "3.2.0";
console.log(VERSION);
@@ -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>();