WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6f1968d

Browse files
committed
Update release
1 parent 77ceb25 commit 6f1968d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
1212

1313
**From CDN:** Add the following script to the end of your `<head>` section.
1414
```html
15-
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected].4/dist/alpine.js" defer></script>
15+
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected].5/dist/alpine.js" defer></script>
1616
```
1717

1818
That's it. It will initialize itself.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/alpine.js",
33
"name": "alpinejs",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/alpinejs/alpine.git"

0 commit comments

Comments
 (0)