summaryrefslogtreecommitdiffstats
path: root/_build/data
diff options
context:
space:
mode:
Diffstat (limited to '_build/data')
-rw-r--r--_build/data/projects/cowboy.toml4
-rw-r--r--_build/data/projects/cowlib.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index a2cbb7fb..39d2812b 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.9", "2.8", "2.7", "2.6", "2.5", "2.4"]
-branches = ["2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0", "2.4.0"]
+versions = ["2.10", "2.9", "2.8", "2.7", "2.6", "2.5"]
+branches = ["2.10.0", "2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0"]
has_source = true
has_guide = true
has_manual = true
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index d1850709..3f564675 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -4,6 +4,6 @@ description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cooki
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
versions = ["2.12", "2.11", "2.10", "2.9", "2.8"]
-branches = ["2.12.0", "2.11.0", "2.10.1", "2.9.1", "2.8.0"]
+branches = ["2.12.1", "2.11.0", "2.10.1", "2.9.1", "2.8.0"]
has_source = true
has_manual = true