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;