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

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Jul 8, 2019
1 parent 12f5c52 commit c59b9c2
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 101 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: 13.12.0
webcatalog_version: 14.0.0
collections:
catalog:
output: true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "WebCatalog",
"description": "Run Web Apps like Real Apps",
"version": "13.12.0",
"templateVersion": "3.12.0",
"version": "14.0.0",
"templateVersion": "4.0.0",
"engines": {
"node": ">=12.0.0 <13.0.0"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"electron-is-dev": "1.1.0",
"electron-packager": "14.0.1",
"electron-settings": "3.2.0",
"electron-updater": "4.0.14",
"electron-updater": "4.1.1",
"electron-window-state": "5.0.3",
"follow-redirects": "1.7.0",
"fs-extra": "8.1.0",
Expand All @@ -60,7 +60,7 @@
"concurrently": "4.1.1",
"cross-env": "5.2.0",
"electron": "5.0.6",
"electron-builder": "20.44.4",
"electron-builder": "21.0.10",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-import": "2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Juli",
"description": "AppView template for WebCatalog",
"version": "3.12.0",
"version": "4.0.0",
"engines" : {
"node" : ">=12.0.0 <13.0.0"
},
Expand Down
Loading

0 comments on commit c59b9c2

Please sign in to comment.