Caleb Porzio 3 years ago
parent
commit
f9b9983e20

+ 1 - 1
packages/alpinejs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "alpinejs",
-    "version": "3.2.0",
+    "version": "3.2.1",
     "description": "The rugged, minimal JavaScript framework",
     "author": "Caleb Porzio",
     "license": "MIT",

+ 1 - 1
packages/docs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@alpinejs/docs",
-    "version": "3.2.0-revision.1",
+    "version": "3.2.1-revision.1",
     "description": "The documentation for Alpine",
     "author": "Caleb Porzio",
     "license": "MIT"

+ 1 - 1
packages/docs/src/en/essentials/installation.md

@@ -33,7 +33,7 @@ This is by far the simplest way to get started with Alpine. Include the followin
 Notice the `@3.x.x` in the provided CDN link. This will pull the latest version of Alpine version 3. For stability in production, it's recommended that you hardcode the latest version in the CDN link.
 
 ```html
-<script defer src="https://unpkg.com/alpinejs@3.2.0/dist/cdn.min.js"></script>
+<script defer src="https://unpkg.com/alpinejs@3.2.1/dist/cdn.min.js"></script>
 ```
 
 That's it! Alpine is now available for use inside your page.