File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ sealed class App {
4747 static const String versionMajor = '8' ;
4848 static const String versionMinor = '0' ;
4949 static const String versionPatch = '1' ;
50- static const String versionBuild = '01 ' ;
50+ static const String versionBuild = '02 ' ;
5151 static const String versionFull = '$versionMajor .$versionMinor .$versionPatch '
5252 '\n Build-$versionBuild ' ;
5353 static const String version = '$versionMajor .$versionMinor .$versionPatch ' ;
Original file line number Diff line number Diff line change 44 [headers .values ]
55 Cross-Origin-Embedder-Policy = " require-corp"
66 Cross-Origin-Opener-Policy = " same-origin"
7- Content-Security-Policy = " upgrade-insecure-requests"
8-
9- [[headers ]]
10- for = " /*.wasm"
11- [headers .values ]
12- Content-Type = " application/wasm"
You can’t perform that action at this time.
0 commit comments