From 7262cb57330d6f89f28ed419c174153e3156369f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 11 Apr 2021 23:19:51 -0400 Subject: [PATCH] update fastboot.js to 1.0.9 --- static/install/web.html | 2 +- static/js/fastboot | 2 +- static/js/web-install.js | 2 +- 3 files changed, 3 insertions(+), 3 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 @@ - + diff --git a/static/js/fastboot b/static/js/fastboot index a7d0eadf..ea059502 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit a7d0eadf040d0f40db730e61d3df2b56bc0cb85d +Subproject commit ea059502628b6fcaa55f4008a50398b4dc0ef370 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";