From 3d876515ffd768583a8115dc755a062fe97b51bd Mon Sep 17 00:00:00 2001 From: Quang Lam Date: Fri, 29 Nov 2019 19:05:50 -0600 Subject: [PATCH] 1.7.0 --- 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 3749533c..73701f0b 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: 1.6.1 +singlebox_version: 1.7.0 # Build settings markdown: kramdown diff --git a/package.json b/package.json index 0c200fd0..86fa46f1 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Singlebox", "description": "All Your Apps in One Single Window", - "version": "1.6.1", + "version": "1.7.0", "engines": { "node": ">=12.0.0 <13.0.0" },