set-json-version
v2.3.2
Published
Easily update the version of a list of JSON files
Maintainers
Readme
set-json-version
This tool allows you to easily update the version of a list of JSON files. It will update the version key of the specified files
Usage examples
$ set-json-version --files package.json manifest.json --version 1.3.8$ set-json-version -v=1.3.8 -f package.json manifest.json