Skip to content

Commit

Permalink
Deploying to gh-pages from @ ccf4be4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 16, 2023
1 parent 8b75b56 commit b367d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ const RESOURCES = {"favicon.ico": "02cc314f1888171f9ec195c1a97d1acb",
"assets/packages/material_design_icons_flutter/lib/fonts/materialdesignicons-webfont.ttf": "d10ac4ee5ebe8c8fff90505150ba2a76",
"assets/fonts/MaterialIcons-Regular.otf": "e7069dfd19b331be16bed984668fe080",
"assets/FontManifest.json": "1b1e7812d9eb9f666db8444d7dde1b20",
"version.json": "7978dab9ef009db47e3a2267b9d6bd2b",
"version.json": "db0d0cccf616208a7d5acdf4d2e3b65b",
"icons/apple-touch-icon.png": "b1e4bbb6ad1d9d7f3ae57d46af16d2a9",
"icons/favicon-16x16.png": "6a1a342af170bec15959c265446f9331",
"icons/android-chrome-192x192.png": "e03f23fd41872367b2ba387b50f87257",
"icons/android-chrome-512x512.png": "f397aae3a660e3af9dfee292ee3e2bf9",
"icons/favicon-32x32.png": "878572d6d16bbaa08290988302449306",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"index.html": "82f819fd1ac4fc1db6389b34f91a5879",
"/": "82f819fd1ac4fc1db6389b34f91a5879",
"index.html": "b260495b1e33a86cd3f2ae4554d2a150",
"/": "b260495b1e33a86cd3f2ae4554d2a150",
"main.dart.js": "b7ad710c5e4153c57fd23fcbf906b63d",
"manifest.json": "447fc2245bc32d7418ff21db53c64d75"};
// The application shell files that are downloaded before a service worker can
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<title>Appainter</title>
<link rel="manifest" href="manifest.json" />
<script>
const serviceWorkerVersion = "243566439";
const serviceWorkerVersion = "1496670153";
</script>
<script src="flutter.js" defer></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"app_name":"appainter","version":"1.9.2-next","build_number":"17","package_name":"appainter"}
{"app_name":"appainter","version":"1.9.2","package_name":"appainter"}

0 comments on commit b367d70

Please sign in to comment.