Set VERSION to 3.5.0 (via coho)

This commit is contained in:
Steven Gill 2014-05-08 15:32:23 -07:00
parent 568d3b5332
commit 82bc714ed9
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.5.0-rc1
3.5.0

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.5.0-rc1";
var VERSION = "3.5.0";
console.log(VERSION);

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.5.0-rc1";
public static final String CORDOVA_VERSION = "3.5.0";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();