We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65ebb8 commit 23a6f46Copy full SHA for 23a6f46
README.md
@@ -49,7 +49,7 @@ Add `tesla` as dependency in `mix.exs`
49
50
```elixir
51
defp deps do
52
- [{:tesla, "~> 0.9.0"},
+ [{:tesla, "~> 0.10.0"},
53
{:poison, ">= 1.0.0"}] # optional, required by JSON middleware
54
end
55
```
mix.exs
@@ -4,7 +4,7 @@ defmodule Tesla.Mixfile do
4
def project do
5
[
6
app: :tesla,
7
- version: "0.9.0",
+ version: "0.10.0",
8
description: description(),
9
package: package(),
10
source_url: "https://github.com/teamon/tesla",
0 commit comments