From 7b35d41b58ba30f2fa212b41354c4a811e68bca4 Mon Sep 17 00:00:00 2001 From: Greg V Date: Sun, 28 Feb 2016 20:38:05 +0300 Subject: [PATCH] release 2.2.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f198263..382fc98 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule HTTPotion.Mixfile do [ app: :httpotion, name: "httpotion", source_url: "https://github.com/myfreeweb/httpotion", - version: "2.2.1", + version: "2.2.2", elixir: "~> 1.0", docs: [ extras: ["README.md", "CODE_OF_CONDUCT.md"] ], description: description,