Version 1.0.0rc2
diff --git a/VERSION b/VERSION
index 6a056a8..8862dba 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0rc1
+1.0.0rc2
diff --git a/framework/ext/src/com/phonegap/device/Device.java b/framework/ext/src/com/phonegap/device/Device.java
index 19b25cc..e67e3ac 100644
--- a/framework/ext/src/com/phonegap/device/Device.java
+++ b/framework/ext/src/com/phonegap/device/Device.java
@@ -31,7 +31,7 @@
 			return new Integer(DeviceInfo.getDeviceId());
 		}
 		else if (name.equals(FIELD_PHONEGAP)) {
-			return "1.0.0rc1";
+			return "1.0.0rc2";
 		}
 		
 		return super.getField(name);
diff --git a/framework/ext/src/library.xml b/framework/ext/src/library.xml
index d9562a7..85c2bdd 100644
--- a/framework/ext/src/library.xml
+++ b/framework/ext/src/library.xml
@@ -4,6 +4,6 @@
 		<entryClass>com.phonegap.PhoneGapExtension</entryClass>
 	</extension>
 	<features>
-		<feature id="phonegap" version="1.0.0rc1">PhoneGap JavaScript Extension</feature>
+		<feature id="phonegap" version="1.0.0rc2">PhoneGap JavaScript Extension</feature>
 	</features>
 </library>
diff --git a/template/project/www/config.xml b/template/project/www/config.xml
index 55a76f5..d758e97 100644
--- a/template/project/www/config.xml
+++ b/template/project/www/config.xml
@@ -20,7 +20,7 @@
 
   <!-- PhoneGap API -->
   <feature id="blackberry.system" required="true" version="1.0.0.0" />
-  <feature id="phonegap" required="true" version="1.0.0rc1" />
+  <feature id="phonegap" required="true" version="1.0.0rc2" />
   <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" />