Skip to content

Commit ea82bf5

Browse files
committed
chore: bump and update tailwind bin
1 parent 4b5fca5 commit ea82bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_tailwind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
✨ TailwindCSS V4 support for 🔥 FastAPI.
33
"""
44

5-
__version__ = "2.0.3alpha1"
5+
__version__ = "2.0.4alpha1"

scripts/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from utils import write_bin_metadata, bin_name_generator
1414

15-
TAILWIND_VERSION = "4.0.15"
15+
TAILWIND_VERSION = "4.1.11"
1616
REPO_ID = "tailwindlabs/tailwindcss"
1717

1818
# TODO: use this to implement "pull all".

0 commit comments

Comments
 (0)