Update cordova ios version to 4?

Hi All - I’ve been trying to upgrade my cordova version, and while it appears to be pulling in 4.1.2, when I run cordova platform update ios in my project directory I’m getting:

iOS project is now at version 3.7.0

Is there actually a cordova 4 for ios?

Thanks!

Hi,
No, for the platform the V3.7 is the last version for iOs and V3.7.1 for Android.
V4.2 is the last version for the CLI.

heads up cordova is at 3.8 for iOS.
first: npm update -g cordova ionic
then: cordova platform update ios

Great, thanks for the info!