Set VERSION to 3.2.0-dev (via coho)

This commit is contained in:
Andrew Grieve
2013-09-17 11:03:51 -04:00
parent 1d1cdb5ea4
commit 2c6285d4b3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
dev
3.2.0-dev
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = '3.1.0-dev';
var VERSION = "3.2.0-dev";
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.1.0-dev";
public static final String CORDOVA_VERSION = "3.2.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();