Skip to content

Commit

Permalink
chore: prepare the release (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-dalicandro authored Mar 17, 2023
1 parent 19769b0 commit ffc601c
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 @@ -13,7 +13,7 @@ Written to prevent duplicated and boilerplate code to handle all the lifecycle o
```elixir
def deps do
[
{:amqpx, "~> 5.7"}
{:amqpx, "~> 6.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Amqpx.MixProject do
[
app: :amqpx,
name: "amqpx",
version: "6.0.0",
version: "6.0.1",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :production,
Expand Down

0 comments on commit ffc601c

Please sign in to comment.