Skip to content

Commit

Permalink
deploy: 4012d73
Browse files Browse the repository at this point in the history
  • Loading branch information
imGok committed Oct 20, 2023
1 parent 8315c3c commit b8a27c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 832/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"auth.html": "aaf3b82bee208cb193342ff1c7252919",
"index.html": "edb68cf26bd450a7034a53fdf95ad1ab",
"/": "edb68cf26bd450a7034a53fdf95ad1ab",
"index.html": "03c0dc9227048348ba23467849dc92c5",
"/": "03c0dc9227048348ba23467849dc92c5",
"version.json": "46e609966eead024585fa4e0515995fc",
"favicon.png": "d6fd96e2d81a9853d4b0870fec11d291",
"assets/AssetManifest.bin": "c540ddd92edf069892973502b435399d",
Expand Down
2 changes: 1 addition & 1 deletion 832/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<script src="splash/splash.js"></script>
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2564941401";
const serviceWorkerVersion = "4250851370";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit b8a27c4

Please sign in to comment.