Set VERSION to 3.6.0 (via coho)

This commit is contained in:
Steven Gill
2014-08-29 16:34:11 -07:00
parent 0cde8819cf
commit 014327c59a
4 changed files with 30 additions and 30 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.0-dev";
public static final String CORDOVA_VERSION = "3.6.0";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();