From b336faaea8c4284fffecad7cd7a659e4c5c7844d Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Thu, 2 Mar 2023 11:31:24 +0000 Subject: [PATCH] Update version check URL --- src/www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/js/app.js b/src/www/js/app.js index 3b9a89bf..974ff3ce 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -270,7 +270,7 @@ new Vue({ Promise.resolve().then(async () => { const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://weejewel.github.io/wg-easy/changelog.json') + const latestRelease = await fetch('https://peterlewis.github.io/wg-easy/changelog.json') .then((res) => res.json()) .then((releases) => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({