Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For a complete documentation of all endpoints offered by the Stuart API, you can

def deps do
[
{:stuart_client_elixir, "~> 1.3.0"}
{:stuart_client_elixir, "~> 1.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/stuart_client_elixir/http_client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule StuartClientElixir.HttpClient do
end

defp default_options do
[recv_timeout: 10_000]
[recv_timeout: 60_000]
end

defp url(resource, %Environment{base_url: base_url}), do: "#{base_url}#{resource}"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule StuartClientElixir.MixProject do
"GitHub" => "https://github.com/StuartApp/stuart-client-elixir"
}
},
version: "1.3.0",
version: "1.3.1",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps()
Expand Down