diff --git a/VERSION b/VERSION index 227cea21..0c271bcf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0rc1 diff --git a/bin/templates/project/assets/www/index.html b/bin/templates/project/assets/www/index.html index fc9dd1d2..1ec3bce6 100644 --- a/bin/templates/project/assets/www/index.html +++ b/bin/templates/project/assets/www/index.html @@ -15,7 +15,7 @@ - + + diff --git a/framework/src/org/apache/cordova/Device.java b/framework/src/org/apache/cordova/Device.java index 9f6312cc..958202e3 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 Plugin { public static final String TAG = "Device"; - public static String cordovaVersion = "2.0.0"; // Cordova version + public static String cordovaVersion = "2.1.0rc1"; // Cordova version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID