From 216f7d98879f27e3fefe59c00fac43bb0589923c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 4 Feb 2021 05:29:38 -0500 Subject: add hidden releases entries for 4a 5G and 5 --- 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 53b782d1..482f8ac5 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 = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; +const devices = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; const channels = ["stable", "beta"]; for (const channel of channels) { -- cgit v1.3.1