Skip to content

Commit

Permalink
bump up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed May 19, 2018
1 parent 5b6944e commit 79e8a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

defp deps do
[
{:http_proxy, "~> 1.3.0"}
{:http_proxy, "~> 1.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule HttpProxy.Mixfile do

def project do
[app: :http_proxy,
version: "1.3.0",
version: "1.3.1",
elixir: "~> 1.6",
name: "ExHttpProxy",
source_url: "https://github.com/KazuCocoa/http_proxy",
Expand Down

0 comments on commit 79e8a66

Please sign in to comment.