Skip to content

Commit

Permalink
fix: web
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Feb 17, 2024
1 parent 52286f5 commit 06ce06a
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 431 deletions.
6 changes: 3 additions & 3 deletions release/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "9502f47366e930315baf8ed9faa7beb6",
"index.html": "ab2e80bf29d4e8437c2808f89776f179",
"/": "ab2e80bf29d4e8437c2808f89776f179",
"index.html": "3d637bb406faa22ec0f148a1271fd2a2",
"/": "3d637bb406faa22ec0f148a1271fd2a2",
"styles.css": "497f12b5497194cb6c80ac7d75c62305",
"main.dart.js": "07b972c7ca356e832ad077db5b949da5",
"main.dart.js": "f706676ae7bb9d3ad8b79c872d7f4d31",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "479d556fb2eb36f25a63441f0e18ab75",
"icons/icon-16.png": "16e424e171d2abe7aaa2a68f2c66740c",
Expand Down
2 changes: 1 addition & 1 deletion release/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" type="text/css" href="./styles.css" />
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1846714686";
const serviceWorkerVersion = "1162747217";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 06ce06a

Please sign in to comment.