diff --git a/.size-limit.js b/.size-limit.js
index ad286c36..abdbeb55 100644
--- a/.size-limit.js
+++ b/.size-limit.js
@@ -1,4 +1,4 @@
module.exports = [
- { path: "dist/vue-treeselect.min.js", limit: "11 KB" },
+ { path: "dist/vue-treeselect.min.js", limit: "12 KB" },
{ path: "dist/vue-treeselect.min.css", limit: "7 KB" },
]
diff --git a/README.md b/README.md
index 64db2ffe..f6fa8d87 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,8 @@ If you just don't want to use webpack or other bundlers, you can also simply inc
-
-
+
+
diff --git a/docs/partials/getting-started.pug b/docs/partials/getting-started.pug
index b2a62e11..fde68841 100644
--- a/docs/partials/getting-started.pug
+++ b/docs/partials/getting-started.pug
@@ -64,8 +64,8 @@ section
-
-
+
+
diff --git a/package.json b/package.json
index 25de8acf..2e46f3c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@riophae/vue-treeselect",
- "version": "0.0.29",
+ "version": "0.0.30",
"description": "A multi-select component with nested options for Vue.js",
"author": "Riophae Lee ",
"license": "MIT",