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 2720091c..5124e276 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.6", "2.5", "2.4", "2.3", "2.2"]
-branches = ["2.6.3", "2.5.0", "2.4.0", "2.3.0", "2.2.2"]
+versions = ["2.7", "2.6", "2.5", "2.4", "2.3", "2.2"]
+branches = ["master", "2.6.3", "2.5.0", "2.4.0", "2.3.0", "2.2.2"]
has_source = true
has_guide = true
has_manual = true
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index e87a1232..21b72bad 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -3,7 +3,7 @@ catchphrase = "Support library for the Web."
description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..."
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
-versions = ["2.7"]
+versions = ["2.8"]
branches = ["master"]
has_source = true
has_manual = true