Skip to content

Commit 22344ce

Browse files
committed
Fix the docs
1 parent 9838553 commit 22344ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ In layout's `head` tag:
6161
<script defer src="~/hydro/alpine.js" asp-append-version="true"></script>
6262
```
6363

64-
> NOTE: Hydro provides Alpine.js v3.13.3 with extensions combined into one file (`~/hydro/alpine.js`) for convenience. If you don't want to rely on the scripts provided by Hydro, you can manually specify Alpine.js sources. Make sure to include Alpine.js core script and Morph plugin.
64+
> NOTE: Hydro provides Alpine.js v3.14.3 with extensions combined into one file (`~/hydro/alpine.js`) for convenience. If you don't want to rely on the scripts provided by Hydro, you can manually specify Alpine.js sources. Make sure to include Alpine.js core script and Morph plugin.
6565
6666
Now you are ready to create you first [component](/features/components).

0 commit comments

Comments
 (0)