Compare commits

...

2 Commits

Author SHA1 Message Date
Steven Gill 82bc714ed9 Set VERSION to 3.5.0 (via coho) 2014-05-08 15:32:23 -07:00
Steven Gill 568d3b5332 Update JS snapshot to version 3.5.0 (via coho) 2014-05-08 15:32:23 -07:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
3.5.0-rc1
3.5.0
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.5.0-rc1";
var VERSION = "3.5.0";
console.log(VERSION);
+2 -2
View File
@@ -1,5 +1,5 @@
// Platform: android
// 3.5.0-rc1
// 3.5.0
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var CORDOVA_JS_BUILD_LABEL = '3.5.0-rc1';
var CORDOVA_JS_BUILD_LABEL = '3.5.0';
// file: src/scripts/require.js
/*jshint -W079 */
@@ -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>();