Mobile UI Fixes #3

Merged
ItsSkaiya merged 2 commits from dev into main 2025-11-25 01:35:22 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8c37dc3217 - Show all commits

View File

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

View File

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