diff --git a/docs/v3/install.md b/docs/v3/install.md index 0ace0ba..084c694 100644 --- a/docs/v3/install.md +++ b/docs/v3/install.md @@ -70,7 +70,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 - + + ``` @@ -96,7 +96,7 @@ This will automatically register Maska plugin inside Alpine. You can use Maska directly from CDN and register directive: ```html - + @@ -135,7 +135,7 @@ For modern browsers you can use ES modules build with (optional) [import maps](h @@ -153,7 +153,7 @@ For modern browsers you can use ES modules build with (optional) [import maps](h diff --git a/package.json b/package.json index 8ed685e..cf5466d 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-beta3", + "version": "3.0.0-beta4", "keywords": [ "mask", "inputmask",