Skip to content

Commit

Permalink
🔖 Release 1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST authored Sep 25, 2022
1 parent 3da589c commit 73b3ff0
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.2",
"version": "1.0.0-alpha.3",
"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 @@ -5,7 +5,7 @@ import {
installHandler,
removeHandler,
runHandler,
wildHandler,
wildHandle1.0.0-alpha.3
} from './handlers';

const program = new Command('xum');
Expand Down

0 comments on commit 73b3ff0

Please sign in to comment.