diff --git a/package.json b/package.json index 1b63068..53a075e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap5-tags", - "version": "1.3.8", + "version": "1.4.0", "description": "Replace select[multiple] with nices badges", "main": "tags", "scripts": { diff --git a/readme.md b/readme.md index eb5f033..c5b1ded 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,7 @@ Check out demo-bs4.html Obviously, this package works great with the full bootstrap library, but you can also use it without Bootstrap or with a trimmed down version of it -In my version, I'm using bootstrap.native to keep the bundle size under a reasonable size (18kb vs 12kb for the original version). +In my version, I'm using bootstrap.native to keep the bundle size under a reasonable size (15,2kb vs 9,5kb for the original version). You can check out the .scss file to see how to reduce bootstrap 5 css to a smaller size.