Skip to content

Commit b7e7a76

Browse files
committed
release v0.0.4
1 parent a7a817d commit b7e7a76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenlabs/ppx-rhf",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "ReScript PPX which generates the bindings for react-hook-form",
55
"license": "MIT",
66
"author": "Woonki Moon<[email protected]>",
@@ -19,4 +19,4 @@
1919
"scripts": {
2020
"postinstall": "node ./postInstall.js"
2121
}
22-
}
22+
}

src/ppx_rhf.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ppx_rhf"
3-
version: "0.0.3"
3+
version: "0.0.4"
44
synopsis: "ReScript PPX for react-hook-form"
55
description: """
66
ReScript PPX which generates the bindings for react-hook-form

0 commit comments

Comments
 (0)