From a235513991ec9359878abfb7a6283a4dcf689bd7 Mon Sep 17 00:00:00 2001 From: macdonst Date: Mon, 11 Jul 2011 17:24:33 -0400 Subject: [PATCH] Setting version as 1.0.0rc1 --- 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(-) mode change 100755 => 100644 framework/src/com/phonegap/Device.java diff --git a/VERSION b/VERSION index c6989407..6a056a8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.6.1 +1.0.0rc1 diff --git a/example/index.html b/example/index.html index 6f3c603f..6397e4f2 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 f45513fb..e5202c89 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 d86b2d06..03755739 --- 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 = "0.9.6.1"; // PhoneGap version + public static String phonegapVersion = "1.0.0rc1"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID