Skip to content

Commit

Permalink
deploy: f79143c
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Dec 6, 2023
1 parent 3830e43 commit 5ae4a5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"version.json": "9bc685167f57a8ed4b7ac7b01368a9c4",
"version.json": "37e004fd3c90d32927e8dd5d36cf3c30",
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
"index.html": "295ed018c29a79f552f2624d6f4922a0",
"/": "295ed018c29a79f552f2624d6f4922a0",
"index.html": "1497c8be4c8f995d8bd8340be109d271",
"/": "1497c8be4c8f995d8bd8340be109d271",
"icons/Icon-192.png": "839e87c4f6800df757bb28180f8e2949",
"icons/Icon-512.png": "f57dad4f6efa0339b50d5c65f36dc03c",
"assets/FontManifest.json": "1114a5860d5e995c8dc48419a7a6a9e7",
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1524603761";
const serviceWorkerVersion = "3855561348";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
2 changes: 1 addition & 1 deletion web/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"app_name":"fluffychat","version":"1.15.1","build_number":"3522","package_name":"fluffychat"}
{"app_name":"fluffychat","version":"1.16.0","build_number":"3523","package_name":"fluffychat"}

0 comments on commit 5ae4a5c

Please sign in to comment.