Skip to content

Commit

Permalink
Upping version to 1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jul 18, 2011
1 parent 2787a96 commit f7ebc98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0rc1
1.0.0rc2
2 changes: 1 addition & 1 deletion example/index.html
Expand Up @@ -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.0rc1.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.0.0rc2.js"></script>
<script type="text/javascript" charset="utf-8" src="main.js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion framework/assets/www/index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-1.0.0rc1.js"></script>
<script src="phonegap-1.0.0rc2.js"></script>
</head>
<body>

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

public class Device extends Plugin {

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

Expand Down

0 comments on commit f7ebc98

Please sign in to comment.