Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Jun 8, 2016
1 parent 06421d3 commit d378590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -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"}}

0 comments on commit d378590

Please sign in to comment.