/cordovasetversion

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

Primary LanguagePythonMIT LicenseMIT

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"