From 4b9e50146efec340d1ed0d91d38f8d3fc2139b97 Mon Sep 17 00:00:00 2001 From: macdonst Date: Mon, 5 Dec 2011 11:27:08 -0500 Subject: [PATCH] Tagging to 1.3.0rc1 --- VERSION | 2 +- .../project/phonegap/templates/project/assets/www/index.html | 2 +- framework/assets/www/index.html | 2 +- framework/src/com/phonegap/Device.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 framework/src/com/phonegap/Device.java diff --git a/VERSION b/VERSION index 26aaba0e..2dd64f41 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0rc1 diff --git a/bin/templates/project/phonegap/templates/project/assets/www/index.html b/bin/templates/project/phonegap/templates/project/assets/www/index.html index e9e786d6..6b1f6057 100644 --- a/bin/templates/project/phonegap/templates/project/assets/www/index.html +++ b/bin/templates/project/phonegap/templates/project/assets/www/index.html @@ -5,7 +5,7 @@ PhoneGap - + diff --git a/framework/assets/www/index.html b/framework/assets/www/index.html index d75751c8..827934ea 100644 --- a/framework/assets/www/index.html +++ b/framework/assets/www/index.html @@ -1,7 +1,7 @@ - + diff --git a/framework/src/com/phonegap/Device.java b/framework/src/com/phonegap/Device.java old mode 100755 new mode 100644 index f752a8db..78ce41de --- a/framework/src/com/phonegap/Device.java +++ b/framework/src/com/phonegap/Device.java @@ -37,7 +37,7 @@ import android.telephony.TelephonyManager; public class Device extends Plugin { public static final String TAG = "Device"; - public static String phonegapVersion = "1.2.0"; // PhoneGap version + public static String phonegapVersion = "1.3.0rc1"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID