Skip to content

Commit

Permalink
release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Oct 21, 2024
1 parent a7a817d commit b7e7a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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<[email protected]>",
Expand All @@ -19,4 +19,4 @@
"scripts": {
"postinstall": "node ./postInstall.js"
}
}
}
2 changes: 1 addition & 1 deletion src/ppx_rhf.opam
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b7e7a76

Please sign in to comment.