diff options
author | Loïc Hoguin <[email protected]> | 2024-01-29 15:40:26 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-01-29 15:40:26 +0100 |
commit | 2368dc53d0c724f1899aeb2874ba1a763e11f0b8 (patch) | |
tree | 37343cf8386eb4b02a096ac507b2208d84b07b43 /_build/data/projects/cowboy.toml | |
parent | c4b13de35093b72a84c8782c0e8b0461d4aeaa13 (diff) | |
download | ninenines.eu-2368dc53d0c724f1899aeb2874ba1a763e11f0b8.tar.gz ninenines.eu-2368dc53d0c724f1899aeb2874ba1a763e11f0b8.tar.bz2 ninenines.eu-2368dc53d0c724f1899aeb2874ba1a763e11f0b8.zip |
Cowboy 2.11
Diffstat (limited to '_build/data/projects/cowboy.toml')
-rw-r--r-- | _build/data/projects/cowboy.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml index 2db12c2a..f3f06309 100644 --- a/_build/data/projects/cowboy.toml +++ b/_build/data/projects/cowboy.toml @@ -3,8 +3,8 @@ catchphrase = "Small, fast, modern HTTP server." description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST." name = "cowboy" repository = "https://github.com/ninenines/cowboy" -versions = ["2.10", "2.9", "2.8", "2.7", "2.6", "2.5"] -branches = ["22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0"] +versions = ["2.11", "2.10", "2.9", "2.8", "2.7", "2.6"] +branches = ["2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"] has_source = true has_guide = true has_manual = true |