update fastboot.js to 1.0.8

This commit is contained in:
Daniel Micay
2021-03-07 00:56:08 -05:00
parent 170b272b2a
commit 0be127ae01
3 changed files with 3 additions and 3 deletions

View File

@@ -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.7";
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1.0.8";
const RELEASES_URL = "https://releases.grapheneos.org";