Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5760b07 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin committed Feb 25, 2024
1 parent b5e75f7 commit 15e8909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "ff966ab969ba381b900e61629bfb9789",
"index.html": "d26b463baba4c2e5d3752e417234414b",
"": "d26b463baba4c2e5d3752e417234414b",
"index.html": "271ebf13948f68e7ed775a209948f590",
"": "271ebf13948f68e7ed775a209948f590",
"main.dart.js": "ce94e13b163640f4d22ac240ff8b1355",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
4 changes: 2 additions & 2 deletions dev/flutter_service_worker.js.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "ff966ab969ba381b900e61629bfb9789",
"index.html": "d26b463baba4c2e5d3752e417234414b",
"/": "d26b463baba4c2e5d3752e417234414b",
"index.html": "271ebf13948f68e7ed775a209948f590",
"/": "271ebf13948f68e7ed775a209948f590",
"main.dart.js": "ce94e13b163640f4d22ac240ff8b1355",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 15e8909

Please sign in to comment.