From 4b2de1b44027ebf0e58d218a01913ae0b7bad13a Mon Sep 17 00:00:00 2001 From: German Velasco Date: Tue, 23 Mar 2021 08:40:23 -0400 Subject: [PATCH] Release version 0.7.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72b2649..ee82973 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It works great for Phoenix! ```elixir def deps do [ - {:redbird, "~> 0.6.0"}, + {:redbird, "~> 0.7.0"}, ] end ``` diff --git a/mix.exs b/mix.exs index c814083..6a78f77 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Redbird.Mixfile do use Mix.Project - @version "0.6.0" + @version "0.7.0" def project do [