diff --git a/deno.json b/deno.json index de90665..8134f55 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "name": "@disgruntleddevs/make-safe-func", "description": "Finally be sure your functions don't throw", "license": "MIT", - "version": "0.0.9", + "version": "0.1.0", "exports": "./src/index.ts", "tasks": { "dev": "deno run --watch main.ts"