Skip to content

Commit

Permalink
Updating ServiceWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed Feb 1, 2019
1 parent d278522 commit 2d8592a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/sw.js
Expand Up @@ -2,7 +2,7 @@
* For each new deploy, change this version
*/

const PRECACHE = '0.4';
const PRECACHE = '0.5';
const RUNTIME = 'PEERCOIN-WALLET-GENERATOR';


Expand All @@ -19,7 +19,9 @@ const urlsToCache = [
'/img/logo.svg',
'/img/share.svg',
'/locales/en-US.json',
'/locales/pt-BR.json'
'/locales/pt-BR.json',
'/locales/de-DE.json',
'/locales/pl-PL.json'
];

// The install handler takes care of precaching the resources we always need.
Expand Down

0 comments on commit 2d8592a

Please sign in to comment.