Skip to content

Commit

Permalink
deploy: 5b691e5
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Jan 11, 2024
1 parent f98255e commit 35db117
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 @@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "cd5f92954660745f6b1c54187427ba03",
"index.html": "82e3ced64cd5331f48464023e34ab82a",
"/": "82e3ced64cd5331f48464023e34ab82a",
"index.html": "39eae501ac2524f012c45c49ccea8089",
"/": "39eae501ac2524f012c45c49ccea8089",
"assets/AssetManifest.bin": "1ff7a818f1162870fae2238ab6d7c99a",
"assets/fonts/Hack-Regular.ttf": "d9ab192896af1ab48c760f3368842b79",
"assets/fonts/Monocraft.otf": "f301197b08c8e25e0212ef95c1039ad6",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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

0 comments on commit 35db117

Please sign in to comment.