Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenratio committed Jun 11, 2019
1 parent b386b10 commit 16f3262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-nocheck
// having issues with ServiceWorker types

const version = '19.0.0'; // version needs to be updated manually for now
const version = '22.0.0'; // version needs to be updated manually for now
const projectName = 'weather-sucks';
const preCacheName = `${projectName}-precache-${version}`;
const runtimeCacheName = `${projectName}-runtimeCache-${version}`;
Expand Down

0 comments on commit 16f3262

Please sign in to comment.