Skip to content

Commit

Permalink
deploy: b2d2203
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Jan 8, 2024
1 parent 2b095ad commit c6a6901
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 @@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "dbdbc9356e82e8479572ab3c7c565cd2",
"index.html": "65eb8c55ee90ff1419ad719b746ed1d4",
"/": "65eb8c55ee90ff1419ad719b746ed1d4",
"index.html": "5bf047eb219e07897deb290f320f3e26",
"/": "5bf047eb219e07897deb290f320f3e26",
"assets/AssetManifest.bin": "0b0a3415aad49b6e9bf965ff578614f9",
"assets/fonts/MaterialIcons-Regular.otf": "32fce58e2acb9c420eab0fe7b828b761",
"assets/AssetManifest.bin.json": "a1fee2517bf598633e2f67fcf3e26c94",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "426481660";
const serviceWorkerVersion = "1753021117";
</script>
<script src="flutter.js" defer></script>
</head>
Expand Down

0 comments on commit c6a6901

Please sign in to comment.