Skip to content

Commit 4fb3e18

Browse files
committed
bump version to 4.2.0
1 parent d407f77 commit 4fb3e18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ go get -tool github.com/hookenz/gotailwind/v4@latest
2222

2323
Or a specific version of TailwindCSS:
2424
```
25-
go get -tool github.com/hookenz/gotailwind/v4@v4.1.18
25+
go get -tool github.com/hookenz/gotailwind/v4@v4.2.0
2626
```
2727

2828
To run it:
@@ -56,7 +56,7 @@ i.e.
5656

5757
Which means you can have different projects targetting different versions of TailwindCSS.
5858

59-
Note: Versions of this tool prior to 4.1.6 do not work properly due to bug and broken go cache.
59+
Note: Versions of this tool prior to 4.1.6 do not work properly due to bug and broken go cache.
6060

6161
# Contributing
6262
Suggestions or improvements are more than welcome.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/hookenz/gotailwind/v4/downloader"
99
)
1010

11-
const TaildwindCssVersion = "v4.1.18"
11+
const TaildwindCssVersion = "v4.2.0"
1212

1313
func main() {
1414
tailwindPath, err := downloader.EnsureTailwindInstalled(TaildwindCssVersion)

0 commit comments

Comments
 (0)