From ac4fd49b3c7421d02404af1efe3697f74d76ece5 Mon Sep 17 00:00:00 2001 From: Quang Lam Date: Sun, 17 May 2020 07:53:28 +0700 Subject: [PATCH] 3.6.2 --- docs/_config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 6c6366db..7255fb84 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.6.1 +singlebox_version: 3.6.2 # Build settings markdown: kramdown diff --git a/package.json b/package.json index 3892edc4..4ccd8e82 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Singlebox", "description": "All Your Apps in One Single Window", - "version": "3.6.1", + "version": "3.6.2", "engines": { "node": ">=12.0.0 <13.0.0" },