Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 71773ce

Browse files
committed
13.7.0
1 parent 2026e71 commit 71773ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
1818
url: "https://getwebcatalog.com" # the base hostname & protocol for your site, e.g. http://example.com
1919

2020
# Custom
21-
webcatalog_version: 13.6.0
21+
webcatalog_version: 13.7.0
2222
collections:
2323
catalog:
2424
output: true

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "WebCatalog",
33
"description": "Run Web Apps like Real Apps",
4-
"version": "13.6.0",
5-
"templateVersion": "3.6.0",
4+
"version": "13.7.0",
5+
"templateVersion": "3.7.0",
66
"main": "public/electron.js",
77
"scripts": {
88
"postinstall": "electron-builder install-app-deps",

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Juli",
33
"description": "AppView template for WebCatalog",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"main": "public/electron.js",
66
"scripts": {
77
"postinstall": "npx electron-builder install-app-deps",

0 commit comments

Comments
 (0)