Skip to content

Commit

Permalink
deploy: eba3eee
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 28, 2023
1 parent 6b0ec2d commit a85a772
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 206 deletions.
6 changes: 3 additions & 3 deletions 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 = {"index.html": "7063f4952ae32feed6f6d702a1615ea0",
"/": "7063f4952ae32feed6f6d702a1615ea0",
const RESOURCES = {"index.html": "62348eb81fd8487e743b0f612030be79",
"/": "62348eb81fd8487e743b0f612030be79",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
"main.dart.js": "36e5a352237d3e8afb38db2432b68d16",
"main.dart.js": "7b4d7982e2b54058a5e511c301175731",
"version.json": "3d2c5936ebd30d387213be0f97763677",
"splash/style.css": "d284d01cad91aeea699e23fe4698ccf1",
"splash/img/light-4x.png": "e0346148103c17a87682a35525499afe",
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = "4097602094";
var serviceWorkerVersion = "2656196525";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
Loading

0 comments on commit a85a772

Please sign in to comment.