From ad993a26a21c37e66c3e0697e255582fd411bd35 Mon Sep 17 00:00:00 2001
From: Alem Tuzlak <t.zlak@hotmail.com>
Date: Wed, 31 Jul 2024 16:24:13 +0200
Subject: [PATCH] version bump

---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8a5679c..ba3bf5c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "remix-hook-form",
-  "version": "5.0.1",
+  "version": "5.0.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "remix-hook-form",
-      "version": "5.0.1",
+      "version": "5.0.3",
       "license": "MIT",
       "workspaces": [
         "src/testing-app",
diff --git a/package.json b/package.json
index 3351128..a2121bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "remix-hook-form",
-  "version": "5.0.3",
+  "version": "5.0.4",
   "description": "Utility wrapper around react-hook-form for use with Remix.run",
   "type": "module",
   "main": "./dist/index.cjs",