Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sudospaes committed Aug 1, 2024
1 parent 07691db commit 1499342
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@distube/ytdl-core": "^4.13.6",
"@distube/ytdl-core": "^4.13.7",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"easy-table": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app
"#D04848"
)("<3")}`
)
.version("0.0.8", "--version")
.version("0.0.9", "--version")
.usage("[command]")
.addOption(new Option("-h, --help").hideHelp());

Expand Down

0 comments on commit 1499342

Please sign in to comment.