Repository: cordova-lib Updated Branches: refs/heads/master b25ad9c72 -> 7d1639a5a
Updated version to 6.0.0-dev Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/7d1639a5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/7d1639a5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/7d1639a5 Branch: refs/heads/master Commit: 7d1639a5a241b2b3e166bcd202e02ca4edc960a6 Parents: b25ad9c Author: Steve Gill <[email protected]> Authored: Thu Dec 3 16:12:44 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Thu Dec 3 16:12:44 2015 -0800 ---------------------------------------------------------------------- cordova-lib/package.json | 2 +- cordova-lib/src/platforms/platformsConfig.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/7d1639a5/cordova-lib/package.json ---------------------------------------------------------------------- diff --git a/cordova-lib/package.json b/cordova-lib/package.json index f9f7f71..ff0fded 100644 --- a/cordova-lib/package.json +++ b/cordova-lib/package.json @@ -2,7 +2,7 @@ "author": "Apache Software Foundation", "name": "cordova-lib", "description": "Apache Cordova tools core lib and API", - "version": "5.4.2-dev", + "version": "6.0.0-dev", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git" http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/7d1639a5/cordova-lib/src/platforms/platformsConfig.json ---------------------------------------------------------------------- diff --git a/cordova-lib/src/platforms/platformsConfig.json b/cordova-lib/src/platforms/platformsConfig.json index 518355d..fa1ab73 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": "~3.9.0" + "version": "~3.9.2" }, "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": "~4.1.0" + "version": "~5.0.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.0.0" + "version": "~4.3.1" }, "amazon-fireos": { "parser_file": "../cordova/metadata/amazon_fireos_parser", @@ -37,7 +37,7 @@ "parser_file": "../cordova/metadata/wp8_parser", "handler_file": "../plugman/platforms/wp8", "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git", - "version": "~3.8.1", + "version": "~3.8.2", "altplatform": "wp" }, "blackberry10": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
