From d3785907a5bc84eb9bbc3d4c0bfbc4c2130cdb19 Mon Sep 17 00:00:00 2001 From: Greg V Date: Wed, 8 Jun 2016 18:38:30 +0300 Subject: [PATCH] release 3.0.0 --- README.md | 2 +- mix.exs | 2 +- mix.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2767bef..544aaf7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add HTTPotion to your project's dependencies in `mix.exs`: ```elixir defp deps do [ - {:httpotion, "~> 2.2.0"} + {:httpotion, "~> 3.0.0"} ] end diff --git a/mix.exs b/mix.exs index f854afa..005703b 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.2", + version: "3.0.0", elixir: "~> 1.1", docs: [ extras: ["README.md", "CODE_OF_CONDUCT.md"] ], description: description, diff --git a/mix.lock b/mix.lock index 8143465..ae87ca4 100644 --- a/mix.lock +++ b/mix.lock @@ -1,2 +1,2 @@ -%{"ex_doc": {:hex, :ex_doc, "0.11.4"}, +%{"ex_doc": {:hex, :ex_doc, "0.11.5"}, "ibrowse": {:hex, :ibrowse, "4.2.2"}}