Hopefully fixed the update notification

Updated README
This commit is contained in:
2025-11-18 15:04:39 -05:00
parent b6b869ecdf
commit 2282f8194e
3 changed files with 2 additions and 2 deletions

BIN
README.md

Binary file not shown.

View File

@@ -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": {

View File

@@ -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;