From ec746a960efa837dbc7a4d798973dafc17cd2c65 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 1 Dec 2021 00:13:14 -0500 Subject: add hidden raven/oriole release listings --- static/js/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/releases.js b/static/js/releases.js index 02af1aa8..b99b7d3d 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; -- cgit v1.3.1