You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/08 17:29:50 UTC

git commit: CB-7383 Bump the platform version numbers to 3.6.1

Repository: cordova-lib
Updated Branches:
  refs/heads/master 60c42827a -> 5dd6874c3


CB-7383 Bump the platform version numbers 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/5dd6874c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/5dd6874c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/5dd6874c

Branch: refs/heads/master
Commit: 5dd6874c31c4821af8cda210549242e677b228e3
Parents: 60c4282
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Sep 8 11:28:47 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Sep 8 11:28:47 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5dd6874c/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js
index 7b474d8..a22d62f 100644
--- a/cordova-lib/src/cordova/platforms.js
+++ b/cordova-lib/src/cordova/platforms.js
@@ -26,23 +26,23 @@ module.exports = {
         hostos : ['darwin'],
         parser : './metadata/ios_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'android' : {
         parser : './metadata/android_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'ubuntu' : {
         hostos : ['linux'],
         parser : './metadata/ubuntu_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'amazon-fireos' : {
         parser : './metadata/amazon_fireos_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'wp8' : {
         hostos : ['win32'],
@@ -54,13 +54,13 @@ module.exports = {
     'blackberry10' : {
         parser : './metadata/blackberry10_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'www':{
         hostos : [],
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git',
         source : 'git',
-        version: '3.6.0'
+        version: '3.6.1'
     },
     'firefoxos':{
         parser: './metadata/firefoxos_parser',
@@ -71,14 +71,14 @@ module.exports = {
         hostos : ['win32'],
         parser: './metadata/windows_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git',
-        version: '3.6.0',
+        version: '3.6.1',
         subdirectory: 'windows'
     },
     'windows':{
         hostos : ['win32'],
         parser: './metadata/windows_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git',
-        version: '3.6.0',
+        version: '3.6.1',
         subdirectory: 'windows'
     },
     'browser':{