layout: post author:
name: David Barth
url: https://twitter.com/dbarthc
title: "Cordova Ubuntu 4.3.4" categories: announcements
Cordova Ubuntu 4.3.4
has been released.
This is a patch release, fixing bugs related to building and debugging Cordova apps targetting Ubuntu devices. See the changelog below for details.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update ubuntu@4.3.4
To add it explicitly:
cordova platform add ubuntu@4.3.4