diff --git a/VERSION b/VERSION index 2eca1561..3c7011df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0rc1 +2.4.0rc2 diff --git a/bin/templates/project/assets/www/index.html b/bin/templates/project/assets/www/index.html index d45ae9fb..ea09464e 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 a833a1fb..628b6ddb 100644 --- a/framework/src/org/apache/cordova/Device.java +++ b/framework/src/org/apache/cordova/Device.java @@ -39,7 +39,7 @@ import android.telephony.TelephonyManager; public class Device extends CordovaPlugin { public static final String TAG = "Device"; - public static String cordovaVersion = "2.4.0rc1"; // Cordova version + public static String cordovaVersion = "2.4.0rc2"; // Cordova version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID