Set VERSION to 3.1.0 (via coho)

This commit is contained in:
Andrew Grieve
2013-10-02 12:40:50 -04:00
parent 847b6fe7c9
commit e5b0157971
3 changed files with 3 additions and 3 deletions
@@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.1.0-rc1";
public static final String CORDOVA_VERSION = "3.1.0";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();