Skip to content

Commit

Permalink
Version 0.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tyberg committed Feb 2, 2011
1 parent 13e5ddd commit 1c054eb
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.3
0.9.4
2 changes: 1 addition & 1 deletion framework/ext/src/com/phonegap/device/Device.java
Original file line number Diff line number Diff line change
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.3.1";
return "0.9.4";
}

return super.getField(name);
Expand Down
2 changes: 1 addition & 1 deletion framework/ext/src/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<entryClass>com.phonegap.PhoneGapExtension</entryClass>
</extension>
<features>
<feature id="phonegap" version="0.9.3.1">PhoneGap JavaScript Extension</feature>
<feature id="phonegap" version="0.9.4">PhoneGap JavaScript Extension</feature>
</features>
</library>
2 changes: 1 addition & 1 deletion template/project/www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Copyright (c) 2010, IBM Corporation
website: http://phonegap.com</license>
<feature id="blackberry.system" required="true" version="1.0.0.0"/>
<feature id="phonegap" required="true" version="0.9.3.1"/>
<feature id="phonegap" required="true" version="0.9.4"/>
<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 1c054eb

Please sign in to comment.