diff --git a/docs/_config.yml b/docs/_config.yml index fd45dc62f..63342178f 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://getwebcatalog.com" # the base hostname & protocol for your site, e.g. http://example.com # Custom -webcatalog_version: 12.6.1 +webcatalog_version: 12.6.2 collections: directory: output: true diff --git a/package.json b/package.json index 96454f23c..e1d6d27a2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcatalog", - "version": "12.6.1", + "version": "12.6.2", "description": "WebCatalog helps you turn any website into desktop app with just one click.", "main": "public/electron.js", "scripts": {