Skip to content

Commit 7c38f71

Browse files
committed
Update docs
1 parent 3f61c80 commit 7c38f71

File tree

3 files changed

+138
-134
lines changed

3 files changed

+138
-134
lines changed

docs/flutter_service_worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55
const RESOURCES = {
66
"version.json": "ff966ab969ba381b900e61629bfb9789",
7-
"index.html": "ba732ab9a4283489a09ab3269ac603b3",
8-
"/": "ba732ab9a4283489a09ab3269ac603b3",
9-
"main.dart.js": "53857e881100a561e2173e1954b0b837",
7+
"index.html": "c86e04858a877460556485299c59349c",
8+
"/": "c86e04858a877460556485299c59349c",
9+
"main.dart.js": "0eda424be22fbbb8def7a2ef61149c3c",
1010
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
1111
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
1212
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
application. For more information, see:
8686
https://developers.google.com/web/fundamentals/primers/service-workers -->
8787
<script>
88-
var serviceWorkerVersion = '2220424006';
88+
var serviceWorkerVersion = '3896015999';
8989
var scriptLoaded = false;
9090
function loadMainDartJs() {
9191
if (scriptLoaded) {

0 commit comments

Comments
 (0)