diff --git a/package-lock.json b/package-lock.json index 974f02c..ac3b868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@phntms/use-local-state", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff0b0ff..a49dbc2 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.0", + "version": "0.1.1", "main": "lib/index.js", "types": "lib/index.d.ts", "homepage": "https://github.com/phantomstudios/use-local-state#readme",