diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-04 22:40:25 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-04 22:40:25 -0400 |
| commit | 96f4e9f17cb0f63c3a4cd36135a46e8bc0629bc0 (patch) | |
| tree | 4d30ceec7f87e99b98915c9ac590bf7ee4cb3ddd | |
| parent | 97313ee0605894a2e35861941d0916e07352363b (diff) | |
add coral/flame to releases.js
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/releases.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index aa7d0326..036ab211 100644 --- a/static/releases.html +++ b/static/releases.html @@ -23,7 +23,7 @@ <link rel="stylesheet" href="/grapheneos.css?18"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/releases"/> - <script type="module" src="/releases.js?12"></script> + <script type="module" src="/releases.js?13"></script> <script type="module" src="/redirect.js?6"></script> </head> <body> diff --git a/static/releases.js b/static/releases.js index bf786163..f8ba27f5 100644 --- a/static/releases.js +++ b/static/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; +const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; const channels = ["stable", "beta"]; for (const channel of channels) { |
