Skip to content

Commit

Permalink
🔖 Release 1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST authored Sep 25, 2022
1 parent 37a2f23 commit b097474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drfrost/xum",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Extremely Universal Manager - A cli app that unifies all Node package managers.",
"main": "dist/index.js",
"repository": "https://github.com/DRFR0ST/xum",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const program = new Command('xum');

program
.description('Extremely Universal Manager - A cli app that unifies all Node package managers.')
.version('1.0.0-alpha.5');
.version('1.0.0-alpha.6');

program.command('info').description('Print detected package manager').action(infoHandler);

Expand Down

0 comments on commit b097474

Please sign in to comment.