From a308100288b5c583d25c7fe0458778c98b8d973c Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 25 Apr 2013 13:42:20 -0700 Subject: [PATCH] Prep for 2.7.0 final --- VERSION | 2 +- bin/templates/project/assets/www/index.html | 2 +- framework/assets/www/index.html | 2 +- framework/src/org/apache/cordova/Device.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 59b70563..24ba9a38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0rc1 +2.7.0 diff --git a/bin/templates/project/assets/www/index.html b/bin/templates/project/assets/www/index.html index a56d9636..564ce184 100644 --- a/bin/templates/project/assets/www/index.html +++ b/bin/templates/project/assets/www/index.html @@ -33,7 +33,7 @@

Device is Ready

- + + diff --git a/framework/src/org/apache/cordova/Device.java b/framework/src/org/apache/cordova/Device.java index 42bd60d8..dd3bdd45 100644 --- a/framework/src/org/apache/cordova/Device.java +++ b/framework/src/org/apache/cordova/Device.java @@ -38,7 +38,7 @@ import android.telephony.TelephonyManager; public class Device extends CordovaPlugin { public static final String TAG = "Device"; - public static String cordovaVersion = "2.7.0rc1"; // Cordova version + public static String cordovaVersion = "2.7.0"; // Cordova version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID