Skip to content

Commit

Permalink
Updating version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Sep 30, 2011
1 parent 9ede0ce commit 804ac71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion framework/assets/www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-1.0.0.js"></script>
<script src="phonegap-1.1.0.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion framework/src/com/phonegap/Device.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class Device extends Plugin {

public static String phonegapVersion = "1.0.0"; // PhoneGap version
public static String phonegapVersion = "1.1.0"; // PhoneGap version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID

Expand Down

0 comments on commit 804ac71

Please sign in to comment.