Skip to content

Commit

Permalink
deploy: 24c4908
Browse files Browse the repository at this point in the history
  • Loading branch information
jwt2706 committed Mar 8, 2024
1 parent 75125f6 commit 81d7e83
Show file tree
Hide file tree
Showing 6 changed files with 40,723 additions and 40,596 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
846120b4c5c0513ff1e25f1352e8304a
76918154780038312627bf38b6e9485d
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions assets/assets/games/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
{
"name": "Event",
"defaultValue": "insert code for north bay",
"choices": ["Newmarket", "North Bay"],
"required": true,
"type": "text"
"type": "radio"
},
{
"name": "Match #",
Expand Down
8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"assets/assets/pit/2024.json": "a808c2b615505967a1d45cb651c5f574",
"assets/assets/images/github.svg": "6088e31b17e2d7066c4ee055db90f8f0",
"assets/assets/images/shep-loading.gif": "d053611e8a8e714d93747a1e3b1d0203",
"assets/assets/games/2024.json": "fef152898032a7ce3bb97a87c5b7f830",
"assets/assets/games/2024.json": "4d96b8d2137cbaaa2c91796c05bc4062",
"assets/AssetManifest.bin": "2b8b613ecb17c7f3ace1b2adbe004320",
"assets/AssetManifest.bin.json": "cae8585d96112eeaf06dc9212532e718",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
Expand All @@ -33,9 +33,9 @@ const RESOURCES = {"assets/assets/pit/2024.json": "a808c2b615505967a1d45cb651c5f
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.ico": "45caafee0f4096a5526e29a360baaba6",
"manifest.json": "49d69b5666d182d198081780dc2d26c4",
"index.html": "4082cc72b73e6233af403112197bf847",
"/": "4082cc72b73e6233af403112197bf847",
"main.dart.js": "618ef497b50473ea850b1b72512b6e73"};
"index.html": "5c7dd0e9f40497255cf338217ec4a70b",
"/": "5c7dd0e9f40497255cf338217ec4a70b",
"main.dart.js": "f95a13f28060f34861e46f8c35032e77"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

0 comments on commit 81d7e83

Please sign in to comment.