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 | |
| parent | 8f03426c2132684dd700534f51bedf09bdb4d93a (diff) | |
update fastboot.js to 1.0.9
| -rw-r--r-- | static/install/web.html | 2 | ||||
| m--------- | static/js/fastboot | 0 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 |
3 files changed, 2 insertions, 2 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> diff --git a/static/js/fastboot b/static/js/fastboot -Subproject a7d0eadf040d0f40db730e61d3df2b56bc0cb85 +Subproject ea059502628b6fcaa55f4008a50398b4dc0ef37 diff --git a/static/js/web-install.js b/static/js/web-install.js index 64f2114b..c6b096d0 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -1,6 +1,6 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT -import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1.0.8"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1.0.9"; const RELEASES_URL = "https://releases.grapheneos.org"; |
