diff --git a/package.json b/package.json index a26dd36..607305f 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -19,4 +19,4 @@ "scripts": { "postinstall": "node ./postInstall.js" } -} +} \ No newline at end of file diff --git a/res_tailwindcss.opam b/res_tailwindcss.opam index 7020f69..8d61853 100644 --- a/res_tailwindcss.opam +++ b/res_tailwindcss.opam @@ -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.