You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/06/04 10:53:15 UTC

[3/4] git commit: Changing 1.5 to 2.0

Changing 1.5 to 2.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/3146b573
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/3146b573
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/3146b573

Branch: refs/heads/master
Commit: 3146b57323ac23ed39bbca52b45e0c4f818ff254
Parents: fd160e0
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Tue Jun 3 21:24:44 2014 -0700
Committer: Rodrigo Silveira <ro...@outlook.com>
Committed: Tue Jun 3 21:24:44 2014 -0700

----------------------------------------------------------------------
 src/firefoxos/DeviceProxy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/3146b573/src/firefoxos/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/DeviceProxy.js b/src/firefoxos/DeviceProxy.js
index 9e63e17..0f67412 100644
--- a/src/firefoxos/DeviceProxy.js
+++ b/src/firefoxos/DeviceProxy.js
@@ -34,8 +34,8 @@ function convertVersionNumber(ver) {
         '26.0': '1.2',
         '28.0': '1.3',
         '30.0': '1.4',
-        '32.0': '1.5'
-    }
+        '32.0': '2.0'
+    };
     var rver = ver;
     var sStr = ver.substring(0, 4);
     if (hashVersion[sStr]) {