Skip to content

Commit

Permalink
feat: pwa version 올리기
Browse files Browse the repository at this point in the history
  • Loading branch information
ronci committed Oct 7, 2022
1 parent 0ed1b44 commit e08be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/pwaServiceWorker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = 'v5.0.3';
const VERSION = 'v5.0.4';
const CACHE_NAME = 'smody-cache_' + VERSION;
const IMAGE_CACHE_NAME = 'smody-image_' + VERSION;

Expand Down

0 comments on commit e08be0e

Please sign in to comment.