summaryrefslogtreecommitdiff
path: root/static/releases.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/releases.js')
-rw-r--r--static/releases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.js b/static/releases.js
index bf786163..f8ba27f5 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
+const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const channels = ["stable", "beta"];
for (const channel of channels) {