Set VERSION to 3.6.3 (via coho)

This commit is contained in:
Marcel Kinard
2014-09-12 15:50:25 -04:00
parent caa82b2f26
commit e2e38ad2b4
4 changed files with 5 additions and 5 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.1";
public static final String CORDOVA_VERSION = "3.6.3";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();