From a685aedded1bfbee1697b603e4cd0879cf7ea31f Mon Sep 17 00:00:00 2001 From: Claudio D'Alicandro Date: Fri, 17 Mar 2023 14:55:26 +0100 Subject: [PATCH] chore: prepare the release --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e3e929..bf06e9c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 12e8596..4e9b551 100644 --- a/mix.exs +++ b/mix.exs @@ -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,