Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teamon committed Dec 22, 2017
1 parent b65ebb8 commit 23a6f46
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 @@ -49,7 +49,7 @@ Add `tesla` as dependency in `mix.exs`

```elixir
defp deps do
[{:tesla, "~> 0.9.0"},
[{:tesla, "~> 0.10.0"},
{:poison, ">= 1.0.0"}] # optional, required by JSON middleware
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Tesla.Mixfile do
def project do
[
app: :tesla,
version: "0.9.0",
version: "0.10.0",
description: description(),
package: package(),
source_url: "https://github.com/teamon/tesla",
Expand Down

0 comments on commit 23a6f46

Please sign in to comment.