diff --git a/deno.json b/deno.json index cb61213..3b828e8 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@m4rc3l05/denotag", - "version": "4.5.4", + "version": "4.5.5", "exports": "./src/main.ts", "tasks": { "run": "./scripts/bundle.ts && ./scripts/embed.ts && deno run --allow-env=ENV --allow-net=127.0.0.1 --cached-only src/main.ts",