Set VERSION to 3.6.4 (via coho)

This commit is contained in:
Steven Gill
2014-09-29 14:59:04 -07:00
parent 025ca36d3a
commit ef4383561e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
3.6.3
3.6.4
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.6.3";
var VERSION = "3.6.4";
console.log(VERSION);
@@ -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.3";
public static final String CORDOVA_VERSION = "3.6.4";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "3.6.3",
"version": "3.6.4",
"description": "cordova-android release",
"main": "bin/create",
"repository": {