Repository: cordova-lib Updated Branches: refs/heads/master e01024e15 -> 9a155bd7f
updated pinned platforms Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/9a155bd7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/9a155bd7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/9a155bd7 Branch: refs/heads/master Commit: 9a155bd7f765e91da2ca1dd53f98c5883facd7c2 Parents: e01024e Author: Steve Gill <[email protected]> Authored: Sun Jan 24 18:01:26 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Sun Jan 24 18:01:26 2016 -0800 ---------------------------------------------------------------------- cordova-lib/src/platforms/platformsConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/9a155bd7/cordova-lib/src/platforms/platformsConfig.json ---------------------------------------------------------------------- diff --git a/cordova-lib/src/platforms/platformsConfig.json b/cordova-lib/src/platforms/platformsConfig.json index b88b7ab..3427df3 100644 --- a/cordova-lib/src/platforms/platformsConfig.json +++ b/cordova-lib/src/platforms/platformsConfig.json @@ -4,7 +4,7 @@ "parser_file": "../cordova/metadata/ios_parser", "handler_file": "../plugman/platforms/ios", "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git", - "version": "~4.0.0" + "version": "~4.0.1" }, "osx": { "hostos": ["darwin"], @@ -17,14 +17,14 @@ "parser_file": "../cordova/metadata/android_parser", "handler_file": "../plugman/platforms/android", "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git", - "version": "~5.0.0" + "version": "~5.1.0" }, "ubuntu": { "hostos": ["linux"], "parser_file": "../cordova/metadata/ubuntu_parser", "handler_file": "../plugman/platforms/ubuntu", "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git", - "version": "~4.3.1" + "version": "~4.3.2" }, "amazon-fireos": { "parser_file": "../cordova/metadata/amazon_fireos_parser", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
