diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-04 05:29:38 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-04 05:32:25 -0500 |
| commit | 216f7d98879f27e3fefe59c00fac43bb0589923c (patch) | |
| tree | 5a119d62dbf9da57c88b8c4126e67be46bd01a6a /static/js/releases.js | |
| parent | 4e0927b15bce613ada26cf4909c3cca580667691 (diff) | |
add hidden releases entries for 4a 5G and 5
Diffstat (limited to 'static/js/releases.js')
| -rw-r--r-- | static/js/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
