diff --git a/package-lock.json b/package-lock.json index 57239b2..af6e6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cala/react-focused-key-handler", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87d2498..89cdc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cala/react-focused-key-handler", - "version": "1.1.1", + "version": "1.1.2", "description": "A key-handler that uses react context to create key handlers focused around a component.", "main": "dist/index.js", "typings": "dist/index.d.ts",