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 521dec3 commit dfccbf8Copy full SHA for dfccbf8
README.md
@@ -14,7 +14,7 @@ Bamboo adapters for Mailtrap Sandbox and Mailtrap Sending APIs
14
```elixir
15
def deps do
16
[
17
- {:mailtrap, "~> 0.1.0"}
+ {:mailtrap, "~> 0.2.0"}
18
]
19
end
20
```
mix.exs
@@ -4,7 +4,7 @@ defmodule Mailtrap.MixProject do
4
def project do
5
6
app: :mailtrap,
7
- version: "0.1.2",
+ version: "0.2.0",
8
elixir: "~> 1.18",
9
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments