diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-11 23:19:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-11 23:19:51 -0400 |
| commit | 7262cb57330d6f89f28ed419c174153e3156369f (patch) | |
| tree | 69b084d2f3c103d1efb79be055b42ee4d15a86f4 /static/install/web.html | |
| parent | 8f03426c2132684dd700534f51bedf09bdb4d93a (diff) | |
update fastboot.js to 1.0.9
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install/web.html b/static/install/web.html index 7b16c1af..db9c2e4e 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,7 +27,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js"></script> - <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1.0.8"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1.0.9"></script> <script type="module" src="/js/web-install.js"></script> </head> <body> |
