Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Version 1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Jul 12, 2011
1 parent 215284f commit 32ad12d
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 @@
0.9.6
1.0.0rc1
2 changes: 1 addition & 1 deletion framework/ext/src/com/phonegap/device/Device.java
Expand Up @@ -31,7 +31,7 @@ else if (name.equals(FIELD_UUID)) {
return new Integer(DeviceInfo.getDeviceId());
}
else if (name.equals(FIELD_PHONEGAP)) {
return "0.9.6";
return "1.0.0rc1";
}

return super.getField(name);
Expand Down
2 changes: 1 addition & 1 deletion framework/ext/src/library.xml
Expand Up @@ -4,6 +4,6 @@
<entryClass>com.phonegap.PhoneGapExtension</entryClass>
</extension>
<features>
<feature id="phonegap" version="0.9.6">PhoneGap JavaScript Extension</feature>
<feature id="phonegap" version="1.0.0rc1">PhoneGap JavaScript Extension</feature>
</features>
</library>
2 changes: 1 addition & 1 deletion template/project/www/config.xml
Expand Up @@ -20,7 +20,7 @@

<!-- PhoneGap API -->
<feature id="blackberry.system" required="true" version="1.0.0.0" />
<feature id="phonegap" required="true" version="0.9.6" />
<feature id="phonegap" required="true" version="1.0.0rc1" />
<feature id="blackberry.find" required="true" version="1.0.0.0" />
<feature id="blackberry.identity" required="true" version="1.0.0.0" />
<feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
Expand Down

0 comments on commit 32ad12d

Please sign in to comment.