Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5b05bf2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Jan 6, 2024
1 parent 51c5fca commit 1e9e9d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/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": "d9c6f42c23888c34cbd03f47fb19ec16",
"index.html": "cdd983adcf9851cd475bca7c204b0120",
"/": "cdd983adcf9851cd475bca7c204b0120",
"index.html": "53c68c776f3376ccefe65290b968048c",
"/": "53c68c776f3376ccefe65290b968048c",
"assets/AssetManifest.bin": "87823796ee149ca291bc6aee8ae02034",
"assets/fonts/MaterialIcons-Regular.otf": "4860fca79c261779afcf4f8d3c08cbf0",
"assets/AssetManifest.bin.json": "3a4a2d536763a6e0930319555124a355",
Expand Down
2 changes: 1 addition & 1 deletion main/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 = "637860116";
const serviceWorkerVersion = "2328029501";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 1e9e9d8

Please sign in to comment.