summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-06-20 16:54:25 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-06-20 16:54:55 -0400
commit3a4585c4464be1b1b4cafdfbf37c8ff7237396a5 (patch)
tree5296b921583d8f964d2129bbcd2fb1a591d62b65 /static/js
parente0a6b5f948bfbb08f7e3f520bba9c86a64e95b7d (diff)
add hidden tangorpro release listing
Diffstat (limited to 'static/js')
-rw-r--r--static/js/releases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js
index cf80fab2..eaaee25b 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 = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
+const devices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const channels = ["stable", "beta"];
const delayMs = 1000 * 60 * 5;