chore: make bundle

This commit is contained in:
Pavol Rusnak 2024-02-06 11:49:28 -03:00
parent d9a5e63e51
commit 94f74d3f56
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 = 106
const CACHE_VERSION = 107
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {