summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-26 14:05:08 +0200
committerLoïc Hoguin <[email protected]>2019-09-26 14:05:08 +0200
commite39252ae5048156ac33999ce9bb07212798b6b80 (patch)
treee1659087748735d3e3ae223900c9b262446d2ef5 /_build
parenta710610c03c8b3dc78214f1a37abc9907eb3f5a8 (diff)
downloadninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.tar.gz
ninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.tar.bz2
ninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.zip
Add Gun 2.0-pre documentation
But don't propagate via RSS.
Diffstat (limited to '_build')
-rw-r--r--_build/data/projects/gun.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/data/projects/gun.toml b/_build/data/projects/gun.toml
index 46fd27af..4977be7d 100644
--- a/_build/data/projects/gun.toml
+++ b/_build/data/projects/gun.toml
@@ -3,8 +3,8 @@ catchphrase = "The smoking gun of HTTP clients."
description = "Asynchronous, always-connected client with support for HTTP/1.1, HTTP/2 and Websocket."
name = "gun"
repository = "https://github.com/ninenines/gun"
-versions = ["1.3", "1.2", "1.1", "1.0"]
-branches = ["1.3.0", "1.2.0", "1.1.0", "1.0.0"]
+versions = ["2.0", "1.3", "1.2", "1.1", "1.0"]
+branches = ["master", "1.3.0", "1.2.0", "1.1.0", "1.0.0"]
has_source = true
has_guide = true
has_manual = true