build: fix legacy OpenWrt package releases

This commit is contained in:
benya
2026-07-23 03:24:28 +03:00
parent c709255b17
commit 2bf4c6b73c
13 changed files with 49 additions and 30 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const state = {
let eventSource = null;
let liveRefreshTimer = null;
const EXPECTED_AGENT_VERSION = "0.6.2";
const EXPECTED_AGENT_VERSION = "0.6.3";
const els = {
loginView: document.querySelector("#loginView"),