Kenci
Kenci

Reputation: 4882

Where do i get the newest version of Phonegap/Cordova? (2.2.0)

How can i get the newest version of PhoneGap / Cordova

As i can see from their site, there should be a version 2.2.0 (Unreleased)

https://issues.apache.org/jira/browse/CB#selectedTab=com.atlassian.jira.plugin.system.project:summary-panel

Upvotes: 2

Views: 4240

Answers (3)

Gank
Gank

Reputation: 4667

sudo npm install -g phonegap

http://registry.cnpmjs.org/phonegap

{"_id":"phonegap","_rev":"520762","name":"phonegap","description":"PhoneGap command-line interface and node.js library.","dist-tags":{"3.5.0-0.19.23":"3.5.0-0.19.23","latest":"3.5.0-0.21.14"},

3.5.0-0.19.23 is the newest version.

Upvotes: 0

Twomz
Twomz

Reputation: 712

If you want a newer version than what has been released (2.1 is the current active release) that you get here, then you need to go to the cordova/phonegap github and download that.

EDIT: The link I provided gives you the latest version that is still being tested and isn't guaranteed to be safe. The link Simon provides in his answer is the newest release/release candidate and is the one people should use.

Upvotes: 0

Simon MacDonald
Simon MacDonald

Reputation: 23273

The latest binary release is always available from phonegap.com. The latest source releases are always available from Apache.org.

We aren't tagging 2.2.0 release candidate 1 until Monday.

Upvotes: 2

Related Questions