summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-09 12:46:23 +0000
committerLoïc Hoguin <[email protected]>2017-11-09 12:46:23 +0000
commit28b5bf18a3be3b933a76f8b8912c8ee55238cdc6 (patch)
treec7cc0a97e1011cc1de911659a4ac188c3a25c40c /_build
parent51b883ea1849ed186de63d3b76a2b66fe317ff9d (diff)
downloadninenines.eu-28b5bf18a3be3b933a76f8b8912c8ee55238cdc6.tar.gz
ninenines.eu-28b5bf18a3be3b933a76f8b8912c8ee55238cdc6.tar.bz2
ninenines.eu-28b5bf18a3be3b933a76f8b8912c8ee55238cdc6.zip
Update documentation for Cowboy 2.1
Diffstat (limited to '_build')
-rw-r--r--_build/data/projects/cowboy.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index 6d3b29c7..d77c918f 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.0", "1.0"]
-branches = ["master", "1.0.x"]
+versions = ["2.1", "2.0", "1.0"]
+branches = ["master", "2.0.0", "1.0.x"]
has_source = true
has_guide = true
has_manual = true