diff --git a/deno.json b/deno.json index 2eb3e63..3668cf6 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@jjg/img2mcstructure", - "version": "1.1.0", + "version": "1.1.1", "exports": "./mod.ts", "tasks": { "build:tailwind": "tailwindcss -i ./style.css -o ./static/style.css --minify", @@ -66,4 +66,4 @@ ], "entrypoint": "main.ts" } -} \ No newline at end of file +}