Set VERSION to 3.5.1 (via coho)

This commit is contained in:
Ian Clelland 2014-07-22 14:15:10 -04:00 committed by Marcel Kinard
parent f99a589569
commit ed8d3fd75b
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.5.0 3.5.1

View File

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

View File

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