Skip to content

Commit

Permalink
deploy: ce5c3ec
Browse files Browse the repository at this point in the history
  • Loading branch information
ignyx committed Apr 19, 2024
1 parent ce64ee6 commit ba08ce9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nightly/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const RESOURCES = {"splash/img/light-2x.png": "bcb329da1d91939507388d8d6d1ed980"
"canvaskit/canvaskit.js.symbols": "38cba9233b92472a36ff011dc21c2c9f",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"index.html": "ee33cfd306832b0bc9919fad52f0a6a2",
"/": "ee33cfd306832b0bc9919fad52f0a6a2",
"index.html": "d960fdd1901c870acaa8247b64e2f6b2",
"/": "d960fdd1901c870acaa8247b64e2f6b2",
"assets/FontManifest.json": "dcf601703c3041c5822b331e7a0b582d",
"assets/AssetManifest.bin": "5b966016a011a3eb1aa371fd6a95213a",
"assets/packages/icons_plus/assets/logos/visa.svg": "59dbac9b8d50b44d6478b4297300f8c4",
Expand Down
2 changes: 1 addition & 1 deletion nightly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3942885948";
const serviceWorkerVersion = "590851307";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
4 changes: 2 additions & 2 deletions web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const RESOURCES = {"splash/img/light-2x.png": "bcb329da1d91939507388d8d6d1ed980"
"canvaskit/canvaskit.js.symbols": "38cba9233b92472a36ff011dc21c2c9f",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"index.html": "ee33cfd306832b0bc9919fad52f0a6a2",
"/": "ee33cfd306832b0bc9919fad52f0a6a2",
"index.html": "d960fdd1901c870acaa8247b64e2f6b2",
"/": "d960fdd1901c870acaa8247b64e2f6b2",
"assets/FontManifest.json": "dcf601703c3041c5822b331e7a0b582d",
"assets/AssetManifest.bin": "5b966016a011a3eb1aa371fd6a95213a",
"assets/packages/icons_plus/assets/logos/visa.svg": "59dbac9b8d50b44d6478b4297300f8c4",
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

0 comments on commit ba08ce9

Please sign in to comment.