diff --git a/VERSION b/VERSION index e70b4523..24ba9a38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 diff --git a/bin/templates/project/assets/www/index.html b/bin/templates/project/assets/www/index.html index 4d39cf38..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 aa316c5f..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.6.0"; // Cordova version + public static String cordovaVersion = "2.7.0"; // Cordova version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID