diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 11:17:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 13:51:15 -0400 |
| commit | 60902ba216989cf16cbb24398c60024918820eb3 (patch) | |
| tree | f08e2cdc16955b17a1df44b617464481375d43f5 /static/releases.js | |
| parent | f424932ea5dd97ceee84f104e5c37bb2239bbbf5 (diff) | |
releases: add hidden sections for bonito and sargo
Diffstat (limited to 'static/releases.js')
| -rw-r--r-- | static/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.js b/static/releases.js index ad24504a..4a621e18 100644 --- a/static/releases.js +++ b/static/releases.js @@ -4,7 +4,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; +const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; const channels = ["stable", "beta"]; for (const channel of channels) { |
