Skip to content

Commit

Permalink
Release v3.6.0
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 May 4, 2024
1 parent 58c275e commit 644ec3f
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": "3.5.1",
"version": "3.6.0",
"tasks": {
"run": "./.bin/public-to-json.ts && deno run -A --unstable-ffi --cached-only --lock=deno.lock src/main.ts",
"compile": "./.bin/public-to-json.ts && deno compile -A --unstable-ffi --include ./src/public.json --cached-only --lock=deno.lock -o ./.bin/denotag ./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 @@ -53,7 +53,7 @@ const tag = new Command()
await new Command()
.name("denotag")
.description("Tag audio files")
.version("3.5.1")
.version("3.6.0")
.default("help")
.command("tag", tag).alias("t")
.command("completions", new CompletionsCommand())
Expand Down

0 comments on commit 644ec3f

Please sign in to comment.