layout: post author:
name: David Barth
url: https://twitter.com/dbarthc
title: "Cordova Ubuntu 4.3.2" categories: announcements
We are happy to announce that Cordova Ubuntu 4.3.2
has been released. This is a patch release, with several usability improvements and an update of the default framework to ubuntu-sdk-15.04
.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update ubuntu@4.3.2
To add it explicitly:
cordova platform add ubuntu@4.3.2