From 1bb2f3a06b147c78a64e6ed22551f6b01be532bb Mon Sep 17 00:00:00 2001 From: mununki Date: Mon, 21 Oct 2024 22:04:50 +0900 Subject: [PATCH] release v0.1.14 --- package.json | 4 ++-- res_tailwindcss.opam | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.