iOS CFBundleVersion version number with Ionic

Hi everybody,

I have this in the config.xml of my ionic app:

<widget android-versionCode="1630" id="com.boardline" ios-CFBundleVersion="1630" version="1.63" versionCode="1630" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

and Application Loader gives me the following warning:

The value for the key CFBundleShortVersionString [1.63] in the info.plist must contain a higher version number...

It read 1.63 whereas I explicitly put ios-CFBundleVersion=“1630”…

Can you help me figure this out ? I need the ios CFBundle Version to be 1630, but the ionic app version to be 1.63.

Thanks