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

@ -13,7 +13,7 @@ let package = Package(
.binaryTarget(
name: "TailwindCSSCLI",
url:
"https://github.com/laosb/SwiftTailwind/releases/download/4.1.12-test-manual.1/tailwindcss.artifactbundle.zip",
"https://github.com/laosb/SwiftTailwind/releases/download/1.0.0+tw.4.1.12/tailwindcss.artifactbundle.zip",
checksum: "bfa96ef1d4d1b665bb40c89ec906044c9532b3cabf866fbe2bd3e5a95bf40bea"
),
.target(

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"),
],
```