diff --git a/docs/v3/install.md b/docs/v3/install.md
index 4700d9a..4adc4a4 100644
--- a/docs/v3/install.md
+++ b/docs/v3/install.md
@@ -66,7 +66,7 @@ You can use Maska directly from CDN with a simple script tag as UMD-build.
Library API will be exposed on the global `Maska` object:
```html
-
+
+
```
@@ -92,7 +92,7 @@ This will automatically register Maska plugin inside Alpine.
You can use Maska directly from CDN and register directive:
```html
-
+
@@ -131,7 +131,7 @@ For modern browsers you can use ES modules build with (optional) [import maps](h
@@ -149,7 +149,7 @@ For modern browsers you can use ES modules build with (optional) [import maps](h
diff --git a/package.json b/package.json
index 73b6ef7..7a8e9a9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "maska",
"description": "Simple zero-dependency input mask for Vanilla JS, Vue, Alpine.js and Svelte",
- "version": "3.0.0-beta1",
+ "version": "3.0.0-beta2",
"keywords": [
"mask",
"inputmask",