From 3bff8aec88f912ffec581789ce92cbf27622575e Mon Sep 17 00:00:00 2001 From: macdonst Date: Wed, 1 Feb 2012 15:35:57 -0500 Subject: [PATCH] Tagging 1.4.1 --- 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(-) diff --git a/VERSION b/VERSION index 88c5fb891..347f5833e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 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 b28f42d48..bfe03d6e7 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 dcb933b8f..e5b41f10d 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 d198f9a9d..080940e52 100644 --- 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.4.0"; // PhoneGap version + public static String phonegapVersion = "1.4.1"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID