From 9561de7322118bfe51e6f1199fdfd3a8e3e29672 Mon Sep 17 00:00:00 2001 From: John Chipps-Harding Date: Mon, 22 Mar 2021 20:26:24 +0000 Subject: [PATCH] Version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",