You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/11/06 00:00:30 UTC

[1/2] js commit: update cordova version

Updated Branches:
  refs/heads/master a637188f1 -> f782859ea


update cordova version


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/f782859e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/f782859e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/f782859e

Branch: refs/heads/master
Commit: f782859eacb2c4280c8aab3f9a5caa7744cc90fb
Parents: e739247
Author: hermwong <he...@gmail.com>
Authored: Mon Nov 5 14:59:51 2012 -0800
Committer: hermwong <he...@gmail.com>
Committed: Mon Nov 5 14:59:51 2012 -0800

----------------------------------------------------------------------
 lib/webos/plugin/webos/device.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/f782859e/lib/webos/plugin/webos/device.js
----------------------------------------------------------------------
diff --git a/lib/webos/plugin/webos/device.js b/lib/webos/plugin/webos/device.js
index b2c8b19..21188b4 100644
--- a/lib/webos/plugin/webos/device.js
+++ b/lib/webos/plugin/webos/device.js
@@ -32,7 +32,7 @@ module.exports = {
                 var parsedData = JSON.parse(PalmSystem.deviceInfo);
 
                 success({
-                    cordova: "2.0.0",
+                    cordova: "2.2.0",
                     platform: "HP webOS",
                     name: parsedData.modelName,
                     version: parsedData.platformVersion,