From 7c14d6bef8f677018fe5d801f412da65b0165c50 Mon Sep 17 00:00:00 2001 From: Lokuyow <94349922+Lokuyow@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:42:50 +0900 Subject: [PATCH] add: Notation of Contributors --- index.html | 1 + sw.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f71f7b..cb7a4e1 100644 --- a/index.html +++ b/index.html @@ -378,6 +378,7 @@
サイト制作:ロクヨウ
+ 貢献:ocknamo
ソースコード:GitHub
データ提供:CoinGecko
diff --git a/sw.js b/sw.js index 4368a15..d17e192 100644 --- a/sw.js +++ b/sw.js @@ -34,7 +34,7 @@ const urlsToCache = [ './images/settings-solid.svg' ]; -const VERSION = '1.41.2'; +const VERSION = '1.41.3'; let CACHE_NAME = 'sats-rate-caches-' + VERSION; const MY_CACHES = new Set([CACHE_NAME]);