chore: make bundle

This commit is contained in:
Pavol Rusnak 2024-02-09 12:29:18 -03:00
parent 84b406534d
commit 62dec118af
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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 = 108
const CACHE_VERSION = 109
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {