Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 432 Bytes

cordovasetversion

Python Script to set the version number of a Apache Cordova application for iOS and Android

Usage:

setcordovaversion.py 1.9.9 9999 /path/to/config.xml

Or

PowerShell Script to set the version number of a Apache Cordova application for iOS and Android

Usage:

.\Set-CordovaVersion.ps1 -VersionNumber "1.9.9" -BuildNumber 9999 -ConfigFile "/path/to/config.xml"