Skip to content

Commit

Permalink
release v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Oct 21, 2024
1 parent 58cfeb5 commit 1bb2f3a
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/res-tailwindcss",
"version": "0.1.13",
"version": "0.1.14",
"description": "ReScript PPX validates the tailwindcss class names",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
Expand All @@ -19,4 +19,4 @@
"scripts": {
"postinstall": "node ./postInstall.js"
}
}
}
2 changes: 1 addition & 1 deletion res_tailwindcss.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "res_tailwindcss"
version: "0.1.13"
version: "0.1.14"
synopsis: "PPX validates the tailwindcss class names"
description: """
ppx_tailwindcss validates the tailwindcss class names in compile time.
Expand Down

0 comments on commit 1bb2f3a

Please sign in to comment.