Update version to 1.2.0.

This commit is contained in:
Bryce Curtis 2011-10-31 17:29:08 -05:00
parent d1ec1f7693
commit fd07cfc461
4 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
1.1.0
1.2.0

View File

@ -6,6 +6,8 @@
* Copyright (c) 2010-2011, IBM Corporation
*/
// Version 1.2.0
if (typeof PhoneGap === "undefined") {
/**

View File

@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-1.1.0.js"></script>
<script src="phonegap-1.2.0.js"></script>
</head>
<body>

2
framework/src/com/phonegap/Device.java Normal file → Executable file
View File

@ -18,7 +18,7 @@ import android.provider.Settings;
public class Device extends Plugin {
public static String phonegapVersion = "1.1.0"; // PhoneGap version
public static String phonegapVersion = "1.2.0"; // PhoneGap version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID