Set VERSION to 3.5.0-dev (via coho)

This commit is contained in:
Joe Bowser 2014-01-22 16:30:02 -08:00
parent 600599f49e
commit 708c042b61
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.4.0-dev
3.5.0-dev

View File

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

View File

@ -68,7 +68,7 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.4.0-dev";
public static final String CORDOVA_VERSION = "3.5.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();