Set VERSION to 3.7.0 (via coho)

This commit is contained in:
Joe Bowser
2015-01-12 14:55:48 -08:00
parent 3e07f26bc4
commit 7320ce8ea7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
3.7.0-dev
3.7.0
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.7.0-dev";
var VERSION = "3.7.0";
console.log(VERSION);
@@ -62,7 +62,7 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.7.0-dev";
public static final String CORDOVA_VERSION = "3.7.0";
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "3.7.0-dev",
"version": "3.7.0",
"description": "cordova-android release",
"main": "bin/create",
"repository": {