Set VERSION to 3.6.3 (via coho)

This commit is contained in:
Marcel Kinard
2014-09-12 15:50:25 -04:00
parent caa82b2f26
commit e2e38ad2b4
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
3.6.1 3.6.3
+1 -1
View File
@@ -20,6 +20,6 @@
*/ */
// Coho updates this line: // Coho updates this line:
var VERSION = "3.6.1"; var VERSION = "3.6.3";
console.log(VERSION); console.log(VERSION);
@@ -61,7 +61,7 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView { public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView"; public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.6.1"; public static final String CORDOVA_VERSION = "3.6.3";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>(); private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "3.6.1", "version": "3.6.3",
"description": "cordova-android release", "description": "cordova-android release",
"main": "bin/create", "main": "bin/create",
"repository": { "repository": {
@@ -25,4 +25,4 @@
"jasmine-node": "~1", "jasmine-node": "~1",
"promise-matchers": "~0" "promise-matchers": "~0"
} }
} }