Skip to content

Commit

Permalink
Deploying to gh-pages from @ 29ae872 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Jan 16, 2024
1 parent 245f303 commit 4aa2b68
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": "8403799aba7a9b2d56d2b9a662442b5b",
"/": "8403799aba7a9b2d56d2b9a662442b5b",
"index.html": "9d1d6b255cbcfc1e87d00a849ed7c3c4",
"/": "9d1d6b255cbcfc1e87d00a849ed7c3c4",
"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 = "2694786985";
const serviceWorkerVersion = "4135163445";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 4aa2b68

Please sign in to comment.