diff --git a/package.json b/package.json index 902ef81..67c79ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waifu-board", - "version": "v1.6.3", + "version": "v1.6.4", "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 a40af0b..7478a0e 100644 --- a/src/updateNotification.js +++ b/src/updateNotification.js @@ -1,6 +1,6 @@ const Gitea_OWNER = 'ItsSkaiya'; const Gitea_REPO = 'WaifuBoard'; -const CURRENT_VERSION = 'v1.6.3'; +const CURRENT_VERSION = 'v1.6.4'; const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000; let currentVersionDisplay;