diff --git a/package-lock.json b/package-lock.json index 1926ea9..f51505a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coincident", - "version": "0.13.4", + "version": "0.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coincident", - "version": "0.13.4", + "version": "0.13.5", "license": "ISC", "dependencies": { "@ungap/structured-clone": "^1.2.0", diff --git a/package.json b/package.json index 2b9cd99..74c8b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coincident", - "version": "0.13.4", + "version": "0.13.5", "description": "An Atomics based Proxy to simplify, and synchronize, Worker related tasks", "main": "./cjs/index.js", "types": "./types/index.d.ts",