diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-01 00:13:14 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-01 00:13:25 -0500 |
| commit | ec746a960efa837dbc7a4d798973dafc17cd2c65 (patch) | |
| tree | 3248f7300f6e20c34d47fc3a375bf77a2c27ae88 /static/js | |
| parent | 2aaebac57cc428d55df33432a9b53936d26234fc (diff) | |
add hidden raven/oriole release listings
Diffstat (limited to 'static/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 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; |
