Prepare for new version scheme.

This commit is contained in:
Shibo Lyu 2025-08-18 15:55:22 +08:00
parent e23147768d
commit 506ec1b248
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Add this package to your Swift project as a dependency using the Swift Package M
```swift
dependencies: [
.package(url: "https://github.com/laosb/SwiftTailwind.git", from: "4.1.12"),
.package(url: "https://github.com/laosb/SwiftTailwind.git", from: "1.0.0+tw.4.1.12"),
],
```