This commit is contained in:
Quang Lam 2019-11-06 20:19:36 -06:00
parent 0632e80f87
commit 91eb0f4b46
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,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: 1.3.1
singlebox_version: 1.4.0
# Build settings
markdown: kramdown

View file

@ -1,7 +1,7 @@
{
"name": "singlebox",
"name": "Singlebox",
"description": "All Your Apps in One Single Window",
"version": "1.3.1",
"version": "1.4.0",
"engines": {
"node": ">=12.0.0 <13.0.0"
},