diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-06 21:09:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-06 21:09:55 -0500 |
| commit | 5450f94be18c8e7d135a97f1fb171bd758a3dca6 (patch) | |
| tree | b27330b859cf707e642888f67cc344ecc5fe67df /static/install/web.html | |
| parent | e0963298071290284331f85e237ab4bc4cbf4291 (diff) | |
update fastboot.js to 1.0.7
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 412018c7..c36ecdc3 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?10"></script> - <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?8"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1.0.7"></script> <script type="module" src="/js/web-install.js?13"></script> </head> <body> |
