Kaynağa Gözat

Update Alpine version

Caleb Porzio 5 yıl önce
ebeveyn
işleme
77ceb25125
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      README.md
  2. 1 1
      package.json

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
 
 **From CDN:** Add the following script to the end of your `<head>` section.
 ```html
-<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v1.1.3/dist/alpine.js" defer></script>
+<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v1.1.4/dist/alpine.js" defer></script>
 ```
 
 That's it. It will initialize itself.

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "main": "dist/alpine.js",
   "name": "alpinejs",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "repository": {
     "type": "git",
     "url": "git://github.com/alpinejs/alpine.git"