From b864a8a6c68910c62e92b1be7c2c08e96ba251bb Mon Sep 17 00:00:00 2001 From: macdonst Date: Tue, 26 Jul 2011 00:20:35 -0400 Subject: [PATCH] Upping version to 1.0.0rc3 --- VERSION | 2 +- example/index.html | 2 +- framework/assets/www/index.html | 2 +- framework/src/com/phonegap/Device.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 8862dbae..1bb19905 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0rc2 +1.0.0rc3 diff --git a/example/index.html b/example/index.html index 10a69d06..b5106057 100644 --- a/example/index.html +++ b/example/index.html @@ -5,7 +5,7 @@ PhoneGap - + diff --git a/framework/assets/www/index.html b/framework/assets/www/index.html index e742b835..701402aa 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 index 60858bc9..aa8c52dd 100644 --- a/framework/src/com/phonegap/Device.java +++ b/framework/src/com/phonegap/Device.java @@ -18,7 +18,7 @@ import android.provider.Settings; public class Device extends Plugin { - public static String phonegapVersion = "1.0.0rc2"; // PhoneGap version + public static String phonegapVersion = "1.0.0rc3"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID