Bump service worker version

This commit is contained in:
nemunaire 2020-07-21 09:02:29 +02:00
parent 3646f7803b
commit a91309217a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import { ExpirationPlugin } from 'workbox-expiration'
setCacheNameDetails({ prefix: 'happyDNS' })
const LATEST_VERSION = 'v0.4'
const LATEST_VERSION = 'v0.5'
self.addEventListener('activate', (event) => {
console.log(`%c ${LATEST_VERSION} `, 'background: #ddd; color: #0000ff')