Set VERSION to 3.2.0-rc1 (via coho)

This commit is contained in:
Joe Bowser
2013-11-04 09:50:38 -08:00
parent 31195a1817
commit fb3fb416b1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
3.2.0-dev
3.2.0-rc1
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.2.0-dev";
var VERSION = "3.2.0-rc1";
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-dev";
public static final String CORDOVA_VERSION = "3.2.0-rc1";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();