Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Costa authored and Daniel Costa committed Nov 7, 2022
1 parent 6dc26a0 commit a5cf40c
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 @@ -44,7 +44,7 @@ To install Bamboo, add it to your list of dependencies in `mix.exs`.

```elixir
def deps do
[{:bamboo, "~> 2.2.0"}]
[{:bamboo, "~> 2.2.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Bamboo.Mixfile do
def project do
[
app: :bamboo,
version: "2.2.0",
version: "2.2.1",
elixir: "~> 1.6",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit a5cf40c

Please sign in to comment.