diff --git a/deno.json b/deno.json index 6b51520..77524bf 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "name": "@117/mutex", "description": "A mutex implementation for Deno that supports async/await.", - "version": "1.0.2", + "version": "1.0.3", "exports": "./mod.ts", "imports": { "@/": "./",