From 75e695ceeaa3c787280f8e3f13f9a9e321eaf192 Mon Sep 17 00:00:00 2001 From: itsskaiya Date: Sat, 22 Nov 2025 10:59:28 -0500 Subject: [PATCH] Updated versioning --- package.json | 2 +- src/updateNotification.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8175c3e..65ea0ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waifu-board", - "version": "v1.5.0", + "version": "v1.6.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 1f657f6..4775358 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.5.0'; +const CURRENT_VERSION = 'v1.6.0'; const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000; let currentVersionDisplay;