Skip to content

Commit

Permalink
Moar updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwill committed Jun 28, 2024
1 parent f14acfc commit 92ca5da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "a84cf757dbce391aad1a33d48d9295d0",
const RESOURCES = {"flutter_bootstrap.js": "fb6fdc07a3ea9c295e9808df24b333e4",
"version.json": "66b4fc93dea3c94d9cbca74d3b41afb7",
"index.html": "15e073fb46f48704904efd38ca9104c4",
"/": "15e073fb46f48704904efd38ca9104c4",
"index.html": "68637991b23a82367a8a017d73b44e60",
"/": "68637991b23a82367a8a017d73b44e60",
"main.dart.js": "7be01e5ca1604135270ada57eadf354c",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
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 = "3273331040";
const serviceWorkerVersion = "29722813";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="main.dart.js" defer></script>
Expand Down

0 comments on commit 92ca5da

Please sign in to comment.