diff --git a/README.md b/README.md index 48c8107..ea01994 100644 Binary files a/README.md and b/README.md differ 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;