Set VERSION to 3.4.0 (via coho)

This commit is contained in:
Joe Bowser
2014-02-14 13:46:01 -08:00
parent db2a498d76
commit 9768e73882
3 changed files with 3 additions and 3 deletions

View File

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