bump version to 0.0.8 and update package removal command

This commit is contained in:
grngxd 2025-06-24 20:31:19 +01:00
parent ca12ec8a9c
commit cf6f8194e4
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ const program = new Command();
program
.name('mix')
.description('a declerative file-based package manager for windows.')
.version('0.0.7', '-v, --version', 'output the current version');
.version('0.0.8', '-v, --version', 'output the current version');
registerCommands(program);
program.parse();