Fix voice button audio unlock hang

This commit is contained in:
2026-04-26 23:03:27 +02:00
parent 68486557dc
commit 1b9933dea7
3 changed files with 13 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
const CACHE_NAME = "opensquared-assistant-v3";
const CACHE_NAME = "opensquared-assistant-v4";
const ASSETS = [
"/",
"/styles.css",
"/app.js",
"/app.js?v=4",
"/manifest.webmanifest",
"/icons/icon-v2.svg"
];