Skip to content

Commit 95d28da

Browse files
chore: Update TailwindCSS to v4.1.17 and bump version to 0.0.2+v4.1.17
1 parent e8338c3 commit 95d28da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DotnetDevKR.TailwindCSS/DotnetDevKR.TailwindCSS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/dotnetdev-kr/DotnetDevKR.TailwindCSS</RepositoryUrl>
11-
<Version>0.0.1+v4.1.11</Version>
11+
<Version>0.0.2+v4.1.17</Version>
1212
<Authors>DotnetDevKR</Authors>
1313
<PackageTags>TailwindCSS</PackageTags>
1414
</PropertyGroup>

DotnetDevKR.TailwindCSS/runtime/install.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=${1:-"v4.1.11"}
3+
VERSION=${1:-"v4.1.17"}
44

55
if [ -n "$1" ]; then
66
VERSION=$1

0 commit comments

Comments
 (0)