You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/31 23:29:07 UTC

[7/7] js commit: [Win8] update version number for 2.4.0

Updated Branches:
  refs/heads/master e784eee3c -> a089aa76a


[Win8] update version number for 2.4.0


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

Branch: refs/heads/master
Commit: a089aa76aceb2cdcac8c29e75f01454db2030637
Parents: 2c88eb5
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 31 14:28:38 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 31 14:28:38 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/a089aa76/lib/windows8/plugin/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/DeviceProxy.js b/lib/windows8/plugin/windows8/DeviceProxy.js
index e523bff..48ada47 100644
--- a/lib/windows8/plugin/windows8/DeviceProxy.js
+++ b/lib/windows8/plugin/windows8/DeviceProxy.js
@@ -50,7 +50,7 @@ module.exports = {
         }
 
         setTimeout(function () {
-            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.3.0" });
+            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.4.0" });
         }, 0);
     }