Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Accudio committed May 25, 2022
1 parent 13a8ea9 commit 9c72960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Which method you use will depend on how you prefer to use and import Alpine.js.

If you load Alpine from a CDN like [jsdelivr](https://www.jsdelivr.com/package/npm/async-alpine) or [unpkg](https://unpkg.com/async-alpine) with a script tag you can load Async Alpine via the same method:
```html
<script src="https://unpkg.com/async-alpine@0.1.x/dist/async-alpine.script.js"></script>
<script src="https://unpkg.com/async-alpine@0.3.x/dist/async-alpine.script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-alpine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Load Alpine Componenets asyncronously. Allows for code splitting and lazy loading components!",
"author": "Alistair Shepherd <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9c72960

Please sign in to comment.