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/08/30 02:14:24 UTC

git commit: updated platforms.js to use 3.6.0

Repository: cordova-lib
Updated Branches:
  refs/heads/master d50fa1dd6 -> 14670ec9b


updated platforms.js to use 3.6.0


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

Branch: refs/heads/master
Commit: 14670ec9b5ebebd9259eb6e188d28b9aeeefc5ec
Parents: d50fa1d
Author: Steven Gill <st...@gmail.com>
Authored: Fri Aug 29 17:14:07 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Aug 29 17:14:07 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/platforms.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/14670ec9/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js
index d31f383..22eefbc 100644
--- a/cordova-lib/src/cordova/platforms.js
+++ b/cordova-lib/src/cordova/platforms.js
@@ -26,60 +26,60 @@ module.exports = {
         hostos : ['darwin'],
         parser : './metadata/ios_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'android' : {
         parser : './metadata/android_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git',
-        version: '3.5.1'
+        version: '3.6.0'
     },
     'ubuntu' : {
         hostos : ['linux'],
         parser : './metadata/ubuntu_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'amazon-fireos' : {
         parser : './metadata/amazon_fireos_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'wp8' : {
         hostos : ['win32'],
         parser : './metadata/wp8_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git',
-        version: '3.5.0',
+        version: '3.6.0',
         altplatform: 'wp',
         subdirectory: 'wp8'
     },
     'blackberry10' : {
         parser : './metadata/blackberry10_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'www':{
         hostos : [],
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git',
         source : 'git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'firefoxos':{
         parser: './metadata/firefoxos_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git',
-        version: '3.5.0'
+        version: '3.6.0'
     },
     'windows8':{
         hostos : ['win32'],
         parser: './metadata/windows_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git',
-        version: 'master',
+        version: '3.6.0',
         subdirectory: 'windows'
     },
     'windows':{
         hostos : ['win32'],
         parser: './metadata/windows_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git',
-        version: 'master',
+        version: '3.6.0',
         subdirectory: 'windows'
     }
 };