layout: post author:
name: Sergey Grebnov
url: https://twitter.com/sgrebnov
title: "Apache Cordova Windows 4.2.0" categories: announcements
We are happy to announce that Cordova Windows 4.2.0
has been released!
This release adds support for back button handling on Windows 10 and
Windows Phone 8.1 and various other improvements. It will be the default
Windows version after the next cordova-cli
release.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update windows@4.2.0
To add it explicitly:
cordova platform add windows@4.2.0
For non-CLI projects or for pre-3.0 projects, refer to the upgrade guides.