Update version to 0.2.2 in package.json
Some checks failed
renovate / renovate (push) Failing after 15s
CI / build-frontend (push) Successful in 51s
CI / build-backend (push) Successful in 35s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 9m37s

This commit is contained in:
2025-12-27 21:01:03 -06:00
parent 82da01ca45
commit a4503563e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-news",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "./build/index.js",
"bin": {

View File

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