Skip to content

Commit

Permalink
Deploying to gh-pages from @ fa7bf1f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Mar 14, 2024
1 parent 4921164 commit 65852d5
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
Binary file modified _framework/Timely.pdb.gz
Binary file not shown.
Binary file modified _framework/Timely.wasm
Binary file not shown.
Binary file modified _framework/Timely.wasm.br
Binary file not shown.
Binary file modified _framework/Timely.wasm.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Timely",
"resources": {
"hash": "sha256-4h7x7KI8gzSxE2JLqLHZHj0wNh/0UgZar7gRzTdtro0=",
"hash": "sha256-5kNufEP+4ZMX+NocgVfosJl8JNPQfE3U0PNp4QMZ2s0=",
"jsModuleNative": {
"dotnet.native.8.0.2.jgt5nhn140.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg="
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"System.Text.RegularExpressions.wasm": "sha256-M4UNSRFLG3COW+ZHYCcrc+FbbL9bh5tI1dL3ez12dBg=",
"System.Threading.wasm": "sha256-4TmhC4Lm0NRFX9yCf3kXn0aHg8XyCL+hM29B5fk4ixU=",
"System.wasm": "sha256-n7POuPtNGmUEzGtZKZtOEEpj+CuOoQ/qVWMgWhN7NXU=",
"Timely.wasm": "sha256-QsmDre0nOW1kz96MRFI001KRPlB54xkjTzNmBwvxCSU="
"Timely.wasm": "sha256-kg6zwg6DrRa7xJkogHbiTDf+05pc7ZwCq5tI7B33gks="
}
},
"cacheBootResources": true,
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Timely",
"short_name": "Timely",
"version": "2.0.17",
"version": "2.0.18",
"id": "./",
"start_url": "./",
"display": "standalone",
Expand Down
8 changes: 4 additions & 4 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "index.html"
},
{
"hash": "sha256-94S2+bBEWBJxsSc6wQ7Pnfqg7M8JF\/cqVlMUSiHlq7A=",
"hash": "sha256-QF7BgK4h8D8CqjgHU0+CTDL6djYk\/AWSjtnNlOd2KUY=",
"url": "manifest.webmanifest"
},
{
Expand Down Expand Up @@ -57,7 +57,7 @@
"url": "_framework\/icudt_no_CJK.dat.br"
},
{
"hash": "sha256-UOZpoZIW3K0V5ZmPl8jHRV1\/UzzlueSpP\/GfoGECVp0=",
"hash": "sha256-mC9pLasX\/12Mch6Yv+hfSyUywcM8O4xMjpjSjekifJY=",
"url": "_framework\/blazor.boot.json.br"
},
{
Expand Down Expand Up @@ -221,7 +221,7 @@
"url": "_framework\/System.wasm.br"
},
{
"hash": "sha256-OE9fJZpZP1k0Z8SaPde6gi+HpF9mDkNj7eQAMCUPGTE=",
"hash": "sha256-uuYACIfIs7AnSLLy\/lONSUEDGeyHw5i0moXkEnCwSmo=",
"url": "_framework\/Timely.wasm.br"
},
{
Expand All @@ -241,5 +241,5 @@
"url": "brotliloader.min.js"
}
],
"version": "NgYmU7Iu"
"version": "fWe+Xh17"
};
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async function onFetch(event) {

return cachedResponse || fetch(event.request);
}
/* Manifest version: NgYmU7Iu */
/* Manifest version: fWe+Xh17 */

0 comments on commit 65852d5

Please sign in to comment.