summaryrefslogtreecommitdiffstats
path: root/_build/data/projects
diff options
context:
space:
mode:
Diffstat (limited to '_build/data/projects')
-rw-r--r--_build/data/projects/cowlib.toml4
-rw-r--r--_build/data/projects/ranch.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index a28a4569..43a8a012 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.9", "2.8"]
-branches = ["2.9.0", "2.8.0"]
+versions = ["2.10", "2.9", "2.8"]
+branches = ["master", "2.9.1", "2.8.0"]
has_source = true
has_manual = true
diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml
index ab1fe4ea..8523bf32 100644
--- a/_build/data/projects/ranch.toml
+++ b/_build/data/projects/ranch.toml
@@ -4,7 +4,7 @@ description = "Ranch is a socket acceptor pool for building awesome TCP and TLS
name = "ranch"
repository = "https://github.com/ninenines/ranch"
versions = ["2.0", "1.7", "1.6", "1.5", "1.4"]
-branches = ["master", "1.7.1", "1.6.2", "1.5.0", "1.4.0"]
+branches = ["2.0.0", "1.7.1", "1.6.2", "1.5.0", "1.4.0"]
has_source = true
has_guide = true
has_manual = true