update fastboot.js to 1.0.7

This commit is contained in:
Daniel Micay
2021-03-06 21:09:55 -05:00
parent e096329807
commit 5450f94be1
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?8";
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1.0.7";
const RELEASES_URL = "https://releases.grapheneos.org";