Release Colour Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 07:11:11 +02:00
parent 0c1fc94b58
commit ed030cada6
34 changed files with 1446 additions and 74 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const CACHE_PREFIX = "colour-tools-shell-";
const CACHE_NAME = `${CACHE_PREFIX}0.1.0`;
const CACHE_NAME = `${CACHE_PREFIX}0.2.0`;
const CORE = ["./", "./manifest.webmanifest", "./favicon.svg"];
self.addEventListener("install", (event) => {