From b7e7a762498c7660e521099ff7ef5d4271684e6d Mon Sep 17 00:00:00 2001 From: mununki Date: Mon, 21 Oct 2024 16:14:46 +0900 Subject: [PATCH] release v0.0.4 --- package.json | 4 ++-- src/ppx_rhf.opam | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd60ef6..b430bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@greenlabs/ppx-rhf", - "version": "0.0.3", + "version": "0.0.4", "description": "ReScript PPX which generates the bindings for react-hook-form", "license": "MIT", "author": "Woonki Moon", @@ -19,4 +19,4 @@ "scripts": { "postinstall": "node ./postInstall.js" } -} +} \ No newline at end of file diff --git a/src/ppx_rhf.opam b/src/ppx_rhf.opam index 36a02f7..6608f55 100644 --- a/src/ppx_rhf.opam +++ b/src/ppx_rhf.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ppx_rhf" -version: "0.0.3" +version: "0.0.4" synopsis: "ReScript PPX for react-hook-form" description: """ ReScript PPX which generates the bindings for react-hook-form