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

Commit 796edec

Browse files
committed
36.2.0
1 parent 276e3a7 commit 796edec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main-src/libs/updater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ autoUpdater.on('update-available', (info) => {
3232
})
3333
.then(({ response }) => {
3434
if (response === 1) {
35-
shell.openExternal('https://webcatalog.io/webcatalog/release-notes/?utm_source=webcatalog_app');
35+
shell.openExternal('https://webcatalog.io/webcatalog/changelog/?utm_source=webcatalog_app');
3636
}
3737
})
3838
.catch(console.log); // eslint-disable-line
@@ -124,7 +124,7 @@ autoUpdater.on('update-downloaded', (info) => {
124124
dialog.showMessageBox(dialogOpts)
125125
.then(({ response }) => {
126126
if (response === 2) {
127-
shell.openExternal('https://webcatalog.io/release-notes/?utm_source=webcatalog_app');
127+
shell.openExternal('https://webcatalog.io/webcatalog/changelog/?utm_source=webcatalog_app');
128128
} else if (response === 0) {
129129
// Fix autoUpdater.quitAndInstall() does not quit immediately
130130
// https://github.com/electron/electron/issues/3583

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WebCatalog",
33
"description": "Turn Any Websites Into Real Desktop Apps",
4-
"version": "36.1.0",
4+
"version": "36.2.0",
55
"engines": {
66
"node": ">=14.0.0 <15.0.0"
77
},

0 commit comments

Comments
 (0)