You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/09/23 00:16:18 UTC

[26/50] [abbrv] git commit: Updated wp8 to not use a subdir and moved to 3.6.1

Updated wp8 to not use a subdir and moved to 3.6.1


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

Branch: refs/heads/cb-7219
Commit: 60c42827a0e2c61729a65e904e798bf2e2830e7c
Parents: 56829d6
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Sat Sep 6 02:56:48 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Sat Sep 6 02:56:48 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/platforms.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/60c42827/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js
index 2b53dd6..7b474d8 100644
--- a/cordova-lib/src/cordova/platforms.js
+++ b/cordova-lib/src/cordova/platforms.js
@@ -48,9 +48,8 @@ module.exports = {
         hostos : ['win32'],
         parser : './metadata/wp8_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git',
-        version: '3.6.0',
-        altplatform: 'wp',
-        subdirectory: 'wp8'
+        version: '3.6.1',
+        altplatform: 'wp'
     },
     'blackberry10' : {
         parser : './metadata/blackberry10_parser',