From f6b775639fcc79cb85c4ad42351a611ef1e6b676 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Thu, 8 Oct 2020 10:47:24 +0100 Subject: [PATCH] bumped version to 0.9.0 --- lib/httpx/version.rb | 2 +- www/_data/versions.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 4c06fd70..9c2bab09 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.8.2" + VERSION = "0.9.0" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 55bebff2..9c48faed 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.9.0" + path: "0_9_0_md.html" - name: "0.8.2" path: "0_8_2_md.html"