Setting major version for phonegap build

0
I’m looking to set the major version of my hybrid mobile app. I have been looking in the Mobile App section but could not find the version there. It could be set using a config.xml but I cannot find that file. Downloading the code from the phonegap site gives me a config.xml but where should a put this in my application folder and is it safe to use this file instead of the generated config.xml file? Thanks!
asked
1 answers
0

Your phonegap.zip contains the config.xml in the root of that zip. When you open that config.xml you see the version in the top lines. Adjust it and zip everything up again.

Regards,

Ronald

 

answered