Skip to content

Commit

Permalink
🔖 Bump version to 1.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed May 22, 2023
1 parent 0aa5011 commit b3d5ea9
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.7",
"version": "1.0.0-alpha.8",
"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.7");
.version("1.0.0-alpha.8");

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

Expand Down

0 comments on commit b3d5ea9

Please sign in to comment.