mc-addon-bump
v1.0.2
Published
A simple CLI tool to bump the version and update UUIDs of your Minecraft Bedrock Addon.
Downloads
1
Readme
MC-ADDON-BUMP
A simple CLI tool to bump the version and update UUIDs of your Minecraft Bedrock Addon.
Command Syntax
npx mc-addon-bump [{patch|minor|major}]
Examples
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.