chore: make bundle

This commit is contained in:
Vlad Stan 2023-10-11 16:57:37 +03:00 committed by Pavol Rusnak
parent ba6408b944
commit 484e1ae78a
2 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 63
const CACHE_VERSION = 64
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {

File diff suppressed because one or more lines are too long