Skip to content

Commit

Permalink
Setting version as 1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jul 11, 2011
1 parent 22a9cab commit a235513
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6.1
1.0.0rc1
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
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-0.9.6.1.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.0.0rc1.min.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-0.9.6.1.min.js"></script>
<script src="phonegap-1.0.0rc1.min.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion framework/src/com/phonegap/Device.java
100755 → 100644
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 = "0.9.6.1"; // PhoneGap version
public static String phonegapVersion = "1.0.0rc1"; // PhoneGap version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID

Expand Down

0 comments on commit a235513

Please sign in to comment.