diff --git a/package-lock.json b/package-lock.json index ac3b868..d1c323d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@phntms/use-local-state", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a49dbc2..5aa39e4 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@phntms/use-local-state", "description": "A simple React hook that allows you to store data within LocalStorage with the same interface as the standard React.useState hook.", - "version": "0.1.1", + "version": "0.1.2", "main": "lib/index.js", "types": "lib/index.d.ts", "homepage": "https://github.com/phantomstudios/use-local-state#readme",