diff --git a/docs/_config.yml b/docs/_config.yml index 2566535d..8c2fcc28 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com # Custom -singlebox_version: 3.3.0 +singlebox_version: 3.4.0 # Build settings markdown: kramdown diff --git a/package.json b/package.json index d5f14023..e976ba95 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Singlebox", "description": "All Your Apps in One Single Window", - "version": "3.3.0", + "version": "3.4.0", "engines": { "node": ">=12.0.0 <13.0.0" },