Skip to content

Commit

Permalink
Deploying to gh-pages from @ 35efcb0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Oct 8, 2023
1 parent 852c088 commit 4ac8d9b
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 @@ -10,7 +10,7 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "96ae916cd2d1b7320fff853ee
"canvaskit/skwasm.wasm": "1a074e8452fe5e0d02b112e22cdcf455",
"canvaskit/skwasm.worker.js": "51253d3321b11ddb8d73fa8aa87d3b15",
"canvaskit/skwasm.js": "95f16c6690f955a45b2317496983dbe9",
"version.json": "e028a01b037b0acd1f747e59ac0e58de",
"version.json": "1bc81fe9eca2ba773ed43b2bf7b1cb23",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e",
"assets/packages/flex_color_picker/assets/opacity.png": "49c4f3bcb1b25364bb4c255edcaaf5b2",
"assets/packages/material_design_icons_flutter/lib/fonts/materialdesignicons-webfont.ttf": "d10ac4ee5ebe8c8fff90505150ba2a76",
Expand All @@ -31,8 +31,8 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "96ae916cd2d1b7320fff853ee
"icons/apple-touch-icon.png": "b1e4bbb6ad1d9d7f3ae57d46af16d2a9",
"icons/favicon-16x16.png": "6a1a342af170bec15959c265446f9331",
"icons/android-chrome-512x512.png": "f397aae3a660e3af9dfee292ee3e2bf9",
"index.html": "bece4ca107f9d96f67cb0d12d6496c6e",
"/": "bece4ca107f9d96f67cb0d12d6496c6e",
"index.html": "e2b139cb0a9374d3b83a583a96579161",
"/": "e2b139cb0a9374d3b83a583a96579161",
"main.dart.js": "14dfe4e116b8b4459710b41bdb82c165",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"manifest.json": "447fc2245bc32d7418ff21db53c64d75"};
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 = "2739073051";
const serviceWorkerVersion = "2314945933";
</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.4-next","build_number":"6","package_name":"appainter"}
{"app_name":"appainter","version":"1.9.4","package_name":"appainter"}

0 comments on commit 4ac8d9b

Please sign in to comment.