From dca07a26f8bbb2cdd343740e109dd01c01a17f66 Mon Sep 17 00:00:00 2001 From: itsskaiya Date: Fri, 21 Nov 2025 21:25:45 -0500 Subject: [PATCH] Updated version error --- package.json | 2 +- src/updateNotification.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea17108..8175c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waifu-board", - "version": "v1.4.1", + "version": "v1.5.0", "description": "An image board app to store and browse your favorite waifus!", "main": "main.js", "scripts": { diff --git a/src/updateNotification.js b/src/updateNotification.js index 71037bf..1f657f6 100644 --- a/src/updateNotification.js +++ b/src/updateNotification.js @@ -1,6 +1,6 @@ const GITHUB_OWNER = 'ItsSkaiya'; const GITHUB_REPO = 'WaifuBoard'; -const CURRENT_VERSION = 'v1.4.1'; +const CURRENT_VERSION = 'v1.5.0'; const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000; let currentVersionDisplay;