Small script to bump the versionName & versionCode in an AndroidManifest.xml file - especially handy when using manifest merging.
npm install android_manifest_bumpsh
$ npm install -g android_manifest_bump$ android_manifest_bump MyAndroidProj*/AndroidManifest.xml
`The version code is always bumped, and optionally you can bump the version name by
a minor or major release. It defaults to
patch. eg.`sh
$ android_manifest_bump --release=minor MyAndroidProj*/AndroidManifest.xml
``