Skip to content

Commit

Permalink
Release v3.5.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 Mar 28, 2024
1 parent f9233c3 commit 7541ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "@m4rc3l05/denotag",
"version": "3.5.0",
"tasks": {
"run": "deno run -A --unstable-ffi --cached-only --lock=deno.lock ./bin/public-to-json.ts && deno run -A --unstable-ffi --cached-only --lock=deno.lock src/main.ts",
"compile": "deno run -A --unstable-ffi --cached-only --lock=deno.lock ./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.4.0")
.version("3.5.0")
.default("help")
.command("tag", tag).alias("t")
.command("completions", new CompletionsCommand())
Expand Down

0 comments on commit 7541ff5

Please sign in to comment.