Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed May 29, 2023
1 parent 40231a0 commit f1767e8
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.9",
"version": "1.0.0-alpha.10",
"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.9');
.version('1.0.0-alpha.10 (05/29/2023)');

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

Expand Down

0 comments on commit f1767e8

Please sign in to comment.