1.0.2 • Published 2 years ago

mc-addon-bump v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago