Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed May 3, 2023
1 parent e95ae8e commit 504f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (import.meta.main) {
await new Command()
.usage("[ls|use]")
.name("dnrm")
.version("0.2.0")
.version("0.3.0")
.description("类似 nrm,但是速度超级无敌快")
.action(async () => {
const { currentRegistry } = await prepare();
Expand Down

0 comments on commit 504f4c0

Please sign in to comment.