From ce6b44d907184458b53440a443ab9912e539962e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szewczak?= Date: Sun, 5 Jun 2022 18:09:07 +0100 Subject: [PATCH] v0.6.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34815e4..6754d51 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ delete it from your list of dependencies in `mix.exs`. Then add `:hammox`: ```elixir def deps do [ - {:hammox, "~> 0.5", only: :test} + {:hammox, "~> 0.6", only: :test} ] end ``` diff --git a/mix.exs b/mix.exs index 4e81572..f41aaca 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Hammox.MixProject do use Mix.Project @source_url "https://github.com/msz/hammox" - @version "0.5.0" + @version "0.6.0" def project do [