Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4f9dc14 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo committed Apr 1, 2024
1 parent 4c2afce commit c28c0af
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": "b36ed7481fa7464ab0630bbdaac5ce6a",
"/": "b36ed7481fa7464ab0630bbdaac5ce6a",
const RESOURCES = {"index.html": "41e2195eb12edfd24f267477299f04eb",
"/": "41e2195eb12edfd24f267477299f04eb",
"canvaskit/canvaskit.js": "c86fbd9e7b17accae76e5ad116583dc4",
"canvaskit/skwasm.js": "445e9e400085faead4493be2224d95aa",
"canvaskit/skwasm.wasm": "e42815763c5d05bba43f9d0337fa7d84",
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 = "2507095792";
const serviceWorkerVersion = "4000346413";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit c28c0af

Please sign in to comment.