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/js/web-install.js | |
| parent | 8f03426c2132684dd700534f51bedf09bdb4d93a (diff) | |
update fastboot.js to 1.0.9
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
