Skip to content

Commit f21dfbc

Browse files
Merge pull request #29 from upayanmazumder-DevLabs/dev
Update service worker version to v1.1.2
2 parents a267dab + b96e634 commit f21dfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/public/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = 'v1.1.1';
1+
const VERSION = 'v1.1.2';
22
const PRECACHE = `precache-${VERSION}`;
33
const RUNTIME = `runtime-${VERSION}`;
44
const RUNTIME_MAX_ENTRIES = 100;

0 commit comments

Comments
 (0)