From 9c729609fced82c2d5a21e846afb01db9b1becae Mon Sep 17 00:00:00 2001 From: Alistair Shepherd Date: Wed, 25 May 2022 17:30:27 +0100 Subject: [PATCH] Bumped version to `0.3.0` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0e1d30..88e1e68 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` diff --git a/package.json b/package.json index d9e4237..4bc1bdb 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "Apache-2.0",