From 2a475c1c2b2255b3f23df4d4f2e3725fa8c8a05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szewczak?= Date: Tue, 3 Dec 2019 23:04:59 +0000 Subject: [PATCH] v0.2.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd81b96..047a098 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ delete it from your list of dependencies in `mix.exs`. Then add `:hammox`: ```elixir def deps do [ - {:hammox, "~> 0.2.0"} + {:hammox, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 6e2e3a5..763cbf6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Hammox.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [