Set VERSION to 3.6.0-dev (via coho)

This commit is contained in:
Joe Bowser
2014-05-06 15:51:14 -07:00
parent 93c8ba920a
commit 00caa1c0a0
3 changed files with 3 additions and 3 deletions

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.5.0-dev";
public static final String CORDOVA_VERSION = "3.6.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();