Tools Release
        
        04 Apr 2016
    New patch update of cordova-cli and cordova are now live!
We had to fix a few issues that were discovered with the recent 6.1.0 release.
To update your tools:
If you have
cordovainstalled:npm install -g cordova@latestIf you have
plugmaninstalled:npm install -g plugman@latest
Changes include:
cordova-lib
- CB-10961 Error no such file or directory adding ios platform when plugins present or required
 - CB-10908 Reload the config.xml before writing the saved plugin
 
cordova-cli
- CB-10980 updated cordova-lib dependency to 6.1.1
 
Also the error was fixed when cordova --version reports undefined version of cordova-lib
plugman
- CB-10980 updated cordova-lib dependency to 6.1.1
 
Pinned Platform Versions for Cordova CLI 6.1.1
- Cordova Amazon-FireOS: ~3.6.3
 - Cordova Android: ~5.1.1
 - Cordova BlackBerry10: ~3.8.0
 - Cordova Browser: ~4.1.0
 - Cordova FirefoxOS: ~3.6.3
 - Cordova iOS: ~4.1.0
 - Cordova OSX: ~4.0.1
 - Cordova Ubuntu: ~4.3.3
 - Cordova Windows: ~4.3.1
 - Cordova WebOS: ~3.7.0
 - Cordova WP8: ~3.8.2
 
