From 004453b03f7f0909e37708314d558b8bb3b637a3 Mon Sep 17 00:00:00 2001 From: macdonst <simon.macdonald@gmail.com> Date: Fri, 29 Jul 2011 12:00:33 +0800 Subject: [PATCH] Upping version to 1.0.0 --- 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 1bb19905..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0rc3 +1.0.0 diff --git a/example/index.html b/example/index.html index b5106057..094754fb 100644 --- a/example/index.html +++ b/example/index.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>PhoneGap</title> <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"> - <script type="text/javascript" charset="utf-8" src="phonegap-1.0.0rc3.js"></script> + <script type="text/javascript" charset="utf-8" src="phonegap-1.0.0.js"></script> <script type="text/javascript" charset="utf-8" src="main.js"></script> </head> diff --git a/framework/assets/www/index.html b/framework/assets/www/index.html index 701402aa..f9acdf63 100644 --- a/framework/assets/www/index.html +++ b/framework/assets/www/index.html @@ -1,7 +1,7 @@ <html> <head> <title></title> - <script src="phonegap-1.0.0rc3.js"></script> + <script src="phonegap-1.0.0.js"></script> </head> <body> diff --git a/framework/src/com/phonegap/Device.java b/framework/src/com/phonegap/Device.java index aa8c52dd..ab9df14d 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.0rc3"; // PhoneGap version + public static String phonegapVersion = "1.0.0"; // PhoneGap version public static String platform = "Android"; // Device OS public static String uuid; // Device UUID