Set VERSION to 3.6.4 (via coho)

This commit is contained in:
Steven Gill
2014-09-29 14:59:04 -07:00
parent 025ca36d3a
commit ef4383561e
4 changed files with 4 additions and 4 deletions
@@ -61,7 +61,7 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.6.3";
public static final String CORDOVA_VERSION = "3.6.4";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();