This commit is contained in:
Quang Lam 2020-05-17 07:53:28 +07:00
parent d62fb65375
commit ac4fd49b3c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"
},