From 0285532bfc4564ec13c8cf0184880408753c098d Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Fri, 7 Jun 2024 19:55:19 +0300 Subject: [PATCH] chore: bump version to beta2 --- docs/v3/install.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",