Skip to content

Commit

Permalink
Release v4.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Sep 27, 2024
1 parent dc91d18 commit fb2c3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@m4rc3l05/denotag",
"version": "4.5.1",
"version": "4.5.2",
"exports": "./src/main.ts",
"tasks": {
"run": "./scripts/public-to-json.ts && deno run --allow-env=ENV --allow-net=127.0.0.1 --cached-only src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const tag = new Command()
await new Command()
.name("denotag")
.description("Tag audio files")
.version("4.5.1")
.version("4.5.2")
.default("help")
.command("tag", tag).alias("t")
.command("completions", new CompletionsCommand())
Expand Down

0 comments on commit fb2c3c2

Please sign in to comment.