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",