From c98b758e94338e17e9a96022a8e9be0be845a281 Mon Sep 17 00:00:00 2001 From: Bryce Curtis Date: Thu, 30 Jun 2011 13:15:30 -0500 Subject: [PATCH] Update version to 0.9.6.1 --- VERSION | 2 +- example/index.html | 8 ++++---- framework/assets/www/index.html | 2 +- framework/src/com/phonegap/Device.java | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 85b7c695..c6989407 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.6 +0.9.6.1 diff --git a/example/index.html b/example/index.html index 59f0da52..5981abb4 100644 --- a/example/index.html +++ b/example/index.html @@ -5,8 +5,8 @@ PhoneGap - - + + @@ -31,8 +31,8 @@ Get a Picture Get Phone's Contacts Check Network - diff --git a/framework/assets/www/index.html b/framework/assets/www/index.html index 69cd9963..fd6e0de2 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 ce69dff1..d86b2d06 100755 --- 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"; // PhoneGap version + public static String phonegapVersion = "0.9.6.1"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID