Skip to content

Commit

Permalink
fix: web version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Dec 16, 2023
1 parent c6589ae commit e721950
Show file tree
Hide file tree
Showing 4 changed files with 41,237 additions and 41,295 deletions.
8 changes: 4 additions & 4 deletions release/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "6568349175ac6916ca1ebd52412e4457",
"index.html": "b9fb359b484f2f1448bc79fc77679ee0",
"/": "b9fb359b484f2f1448bc79fc77679ee0",
const RESOURCES = {"version.json": "0633c9563adf52ac086dc7f47ddbff89",
"index.html": "441a0b51d37307cbe373db1c0d101d5b",
"/": "441a0b51d37307cbe373db1c0d101d5b",
"CNAME": "beb3b4a41727647af5e7b96c3d282197",
"main.dart.js": "7c516715d1c26abdc0303832ed4ec858",
"main.dart.js": "d72213cd06115dc262fc3d6ff6d636e9",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"app-ads.txt": "1acc4cac3813bca8436cb16e1af5095e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
2 changes: 1 addition & 1 deletion release/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "403249547";
const serviceWorkerVersion = "3536102728";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit e721950

Please sign in to comment.