diff --git a/package-lock.json b/package-lock.json index 8e180ae7..5c36bfb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-hotkeys-hook", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-hotkeys-hook", - "version": "4.4.0", + "version": "4.4.1", "license": "MIT", "devDependencies": { "@babel/core": "7.21.8", diff --git a/package.json b/package.json index 0b437b50..1dfc58ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-hotkeys-hook", "description": "React hook for handling keyboard shortcuts", - "version": "4.4.0", + "version": "4.4.1", "repository": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git", "homepage": "https://johannesklauss.github.io/react-hotkeys-hook/", "author": "Johannes Klauss",