diff --git a/lnbits/core/static/favicon.ico b/lnbits/core/static/favicon.ico index 7369c7c7..9566a5ff 100644 Binary files a/lnbits/core/static/favicon.ico and b/lnbits/core/static/favicon.ico differ diff --git a/lnbits/core/static/js/service-worker.js b/lnbits/core/static/js/service-worker.js index 6984199d..f03c99ef 100644 --- a/lnbits/core/static/js/service-worker.js +++ b/lnbits/core/static/js/service-worker.js @@ -1,6 +1,6 @@ // update cache version every time there is a new deployment // so the service worker reinitializes the cache -const CACHE_VERSION = 47 +const CACHE_VERSION = 48 const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const getApiKey = request => {