From fac59b2cda8cb3458c66047722c83d0b139b21d6 Mon Sep 17 00:00:00 2001 From: German Velasco Date: Fri, 23 Apr 2021 09:12:52 -0400 Subject: [PATCH] Release version 0.7.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee82973..6885dbc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It works great for Phoenix! ```elixir def deps do [ - {:redbird, "~> 0.7.0"}, + {:redbird, "~> 0.7.1"}, ] end ``` diff --git a/mix.exs b/mix.exs index 6a78f77..8c12a0f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Redbird.Mixfile do use Mix.Project - @version "0.7.0" + @version "0.7.1" def project do [