Skip to content

Commit

Permalink
deploy: 3e3a888
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmingkiim committed Oct 24, 2023
1 parent 3317601 commit e24f4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "129d1c5e718955f1b665a3936961a3e2",
"/": "129d1c5e718955f1b665a3936961a3e2",
const RESOURCES = {"index.html": "4bd96af6ff586339dd1ec7d0de83a0d6",
"/": "4bd96af6ff586339dd1ec7d0de83a0d6",
"version.json": "6ddb8283d60918ac778c13379e5566d7",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "1408025fc8ca730c13e5a5bdb40a8539",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1265639512";
const serviceWorkerVersion = "3621402648";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit e24f4f1

Please sign in to comment.