[CB-1783] - updating version
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/6b4fd015 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/6b4fd015 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/6b4fd015 Branch: refs/heads/bb10_ext_qnx Commit: 6b4fd0151dcd329c283f4f3f8ac93ada05a00fdf Parents: e84f049 Author: Tim Kim <[email protected]> Authored: Wed Oct 31 15:04:00 2012 -0700 Committer: Tim Kim <[email protected]> Committed: Wed Oct 31 15:04:00 2012 -0700 ---------------------------------------------------------------------- VERSION | 2 +- .../ext/src/org/apache/cordova/device/Device.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/6b4fd015/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 8b6adce..ccbccc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0rc2 +2.2.0 http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/6b4fd015/framework/ext/src/org/apache/cordova/device/Device.java ---------------------------------------------------------------------- diff --git a/framework/ext/src/org/apache/cordova/device/Device.java b/framework/ext/src/org/apache/cordova/device/Device.java index c2121a0..6938c1e 100644 --- a/framework/ext/src/org/apache/cordova/device/Device.java +++ b/framework/ext/src/org/apache/cordova/device/Device.java @@ -53,7 +53,7 @@ public final class Device extends Plugin { JSONObject device = new JSONObject(); device.put( FIELD_PLATFORM, new String(DeviceInfo.getPlatformVersion() ) ); device.put( FIELD_UUID, new Integer( DeviceInfo.getDeviceId()) ); - device.put( FIELD_CORDOVA, "2.2.0rc2" ); + device.put( FIELD_CORDOVA, "2.2.0" ); device.put( FIELD_NAME, new String(DeviceInfo.getDeviceName()) ); device.put( FIELD_VERSION, new String(DeviceInfo.getSoftwareVersion()) ); result = new PluginResult(PluginResult.Status.OK, device);
