Set VERSION to 3.1.0-rc1 (via coho)

This commit is contained in:
Andrew Grieve 2013-09-17 11:03:50 -04:00
parent 42a6e7972a
commit 495ca45f76
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.1.0-rc1";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();