How can I update my PhoneGap version in my project?
I have download the latest version of phonegap..but how to update?
I\'ve tried grep myAppPath .ipa \'uniqueId
For Phonegap 3 installed from NPM
sudo npm update -g phonegap
To check current version
phonegap -v
To check latest version in npm
npm info phonegap version