We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c692bad commit 124cfd7Copy full SHA for 124cfd7
README.md
@@ -61,7 +61,7 @@ Add `:tesla` as dependency in `mix.exs`:
61
```elixir
62
defp deps do
63
[
64
- {:tesla, "~> 1.4.0"},
+ {:tesla, "~> 1.4"},
65
66
# optional, but recommended adapter
67
{:hackney, "~> 1.17.0"},
mix.exs
@@ -2,7 +2,7 @@ defmodule Tesla.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/teamon/tesla"
5
- @version "1.4.1"
+ @version "1.4.2"
6
7
def project do
8
0 commit comments