From 3327f6e19e9e3b26627604784ff679035e5dc2a8 Mon Sep 17 00:00:00 2001 From: Frank Schwenk Date: Thu, 16 Apr 2026 13:20:48 +0200 Subject: [PATCH] chore(release): 2.1.1 Refs #30 Made-with: Cursor --- package-lock.json | 4 ++-- package.json | 2 +- public/sw.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4af1c75..1809a68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "growing-galaxy", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "growing-galaxy", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "@astrojs/preact": "^4.1.3", "astro": "^5.15.5", diff --git a/package.json b/package.json index d907964..0945b66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "growing-galaxy", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "dev": "astro dev --host", "build": "astro build", diff --git a/public/sw.js b/public/sw.js index d1e122a..667b7cd 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'bscscore-v2.1.0'; +const CACHE_NAME = 'bscscore-v2.1.1'; const APP_SHELL = [ '/', '/index.html',