A simple CLI tool to bump the version and update UUIDs of your Minecraft Bedrock Addon.
npx mc-addon-bump [{patch|minor|major}]
To update UUIDs run the following command without any arguments:
npx mc-addon-bump
To bump version, you can specify the type of bump, either patch
, minor
or major
:
npx mc-addon-bump patch
Bumping the version will also update the UUIDs.