Update version to 0.2.1
Some checks failed
renovate / renovate (push) Failing after 14s
CI / build-frontend (push) Successful in 49s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 9m32s
CI / build-backend (push) Successful in 9m27s

This commit is contained in:
2025-12-27 20:13:28 -06:00
parent 20b83eb052
commit 965c2b6daf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_VERSION = '0.2.0';
const CACHE_VERSION = '0.2.1';
const CACHE_NAME = `web-news-${CACHE_VERSION}`;
const urlsToCache = ['/', '/favicon.svg', '/manifest.json'];