Cordova version in Meteor 1.2

My project is using meteor 1.2.0.2 but the Cordova version included is still at 3.9.1

cat .meteor/local/cordova-build/platforms/ios/CordovaLib/VERSION
3.9.1

Wasn’t it supposed to be at 5.2.0 ?

I am trying to write a script to automatically build the ipa file and I hit upon a bug which has been fixed in cordova 5.1.1. (cordova build in 3.9.1 did not create the scheme for the xcode project).

(If I open the xcodeproj in Xcode, the scheme is generated but its not the solution I’m looking for since I need the build process to be fully automated)