diff --git a/package-lock.json b/package-lock.json index 9d8e291..caad62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-hookers", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-hookers", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "dependencies": { "parallel-universe": "^6.0.0" diff --git a/package.json b/package.json index 4bf762c..fada2a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hookers", - "version": "6.0.0", + "version": "6.1.0", "description": "The set of general-purpose React hooks.", "main": "./index.js", "module": "./index.mjs",