From 52afa9b61e8becdbd1277cd3ce43652299b2e6ae Mon Sep 17 00:00:00 2001 From: tststs Date: Mon, 14 Oct 2024 22:18:45 +0200 Subject: [PATCH] bump version --- Packages/com.ngc-corp.unity-tailwindcss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.ngc-corp.unity-tailwindcss/package.json b/Packages/com.ngc-corp.unity-tailwindcss/package.json index 406cc29..12995d7 100644 --- a/Packages/com.ngc-corp.unity-tailwindcss/package.json +++ b/Packages/com.ngc-corp.unity-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "com.ngc-corp.unity-tailwindcss", - "version": "0.6.0", + "version": "0.7.1", "displayName": "TailwindCSS", "description": "Tailwind CSS for Unity allows developers to integrate the powerful Tailwind CSS framework with Unity's UI Toolkit. This tool enables Unity users to leverage Tailwind's utility-first CSS to style UXML and USS components effortlessly. By converting Tailwind's rem and arbitrary value classes to Unity-supported formats and simplifying class structures, this tool facilitates seamless UI styling for games and apps. This tool automatically monitors changes in UXML and C# files, triggering CSS regeneration when needed, and can be added globally to reduce the need for manual updates, significantly enhancing workflow efficiency.", "unity": "6000.0",