From c445aaef66bd4b6de8b408d86d34d15421daacce Mon Sep 17 00:00:00 2001 From: Sebastiaan <45851377+Kyzegs@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:12:00 +0200 Subject: [PATCH] Bump version (#10) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9efdd12..be55259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-form-persistant", - "version": "1.0.1", + "version": "1.0.2", "description": "Persist and populate react-hook-form form using storage of your choice", "types": "dist/index.d.ts", "main": "dist/index.js",