We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3a9ce commit 4b5fca5Copy full SHA for 4b5fca5
fastapi_tailwind/__init__.py
@@ -2,4 +2,4 @@
2
✨ TailwindCSS V4 support for 🔥 FastAPI.
3
"""
4
5
-__version__ = "2.0.2alpha1"
+__version__ = "2.0.3alpha1"
scripts/binary.py
@@ -12,7 +12,7 @@
12
13
from utils import write_bin_metadata, bin_name_generator
14
15
-TAILWIND_VERSION = "4.0.7"
+TAILWIND_VERSION = "4.0.15"
16
REPO_ID = "tailwindlabs/tailwindcss"
17
18
# TODO: use this to implement "pull all".
0 commit comments