From 2282f8194e8633efe516403e27c1de59e3a3e865 Mon Sep 17 00:00:00 2001 From: itsskaiya Date: Tue, 18 Nov 2025 15:04:39 -0500 Subject: [PATCH] Hopefully fixed the update notification Updated README --- README.md | Bin 2142 -> 2246 bytes package.json | 2 +- scripts/updateNotification.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48c8107b224bfd38ebac837a726238db47fa1263..ea0199419ea0b70ee2db7338884d214d01aadc17 100644 GIT binary patch delta 112 zcmca7a7=K68cVV=0|+WGL^9+vlmh8ohD3%+Ae{lE%NSCDtP-FML_80uB9S2n2tg`9 hDzl*~GJte3m~8}mcu!!18q4NB77G>tAS47K diff --git a/package.json b/package.json index b94ef70..7ce28c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waifu-board", - "version": "1.1.0", + "version": "v1.1.1", "description": "An image board app to store and browse your favorite waifus!", "main": "main.js", "scripts": { diff --git a/scripts/updateNotification.js b/scripts/updateNotification.js index eb84dad..9cdba8c 100644 --- a/scripts/updateNotification.js +++ b/scripts/updateNotification.js @@ -1,6 +1,6 @@ const GITHUB_OWNER = 'ItsSkaiya'; const GITHUB_REPO = 'WaifuBoard'; -const CURRENT_VERSION = '1.1.0'; +const CURRENT_VERSION = 'v1.1.1'; let currentVersionDisplay; let latestVersionDisplay;