Skip to content

Commit

Permalink
Deploying to gh-pages from @ 44669ad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Oct 19, 2023
1 parent 48f2431 commit 8d613eb
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": "f64c7daa6bf21b547e4f2294c3f5453b",
"/": "f64c7daa6bf21b547e4f2294c3f5453b",
const RESOURCES = {"index.html": "5835aaac03b09529a7c7af774d967dd3",
"/": "5835aaac03b09529a7c7af774d967dd3",
"version.json": "2af2424e947303de1b25e63d7ae0d58b",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/AssetManifest.bin": "6e1b31d1e0b5d8355baf4127dc2e031b",
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 = "862168970";
const serviceWorkerVersion = "1083684713";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 8d613eb

Please sign in to comment.