Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/630#discussion_r75788312 --- Diff: www/_posts/2016-08-22-android-ios-release.md --- @@ -0,0 +1,48 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Cordova Android 5.2.2 & Cordova iOS 4.2.1 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce patch releases for`Cordova Android 5.2.2` & `Cordova iOS 4.2.1` have been released! We have also updated and released `Cordova Common 1.4.1`. + +These release fixes issues with the upcoming `edit-config` functionality coming to `plugin.xml`. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update android@5.2.2 + cordova platform update ios@4.2.1 + +To add it explicitly: + + cordova platform add android@5.2.2 + cordova platform add ios@4.2.1 + +<!--more--> +## What's new in Android + +* [CB-11615](https://issues.apache.org/jira/browse/CB-11615) updated `cordoova-common` to `1.4.0` --- End diff -- good catch
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org