diff --git a/README.md b/README.md index 822d45c..22ee776 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ First, add `ExUnitNotifier` to your `mix.exs` dependencies: ```elixir def deps do [ - {:ex_unit_notifier, "~> 1.2", only: :test} + {:ex_unit_notifier, "~> 1.3", only: :test} ] end ``` diff --git a/mix.exs b/mix.exs index 733591a..0167408 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExUnitNotifier.MixProject do use Mix.Project @source_url "https://github.com/navinpeiris/ex_unit_notifier" - @version "1.3.0" + @version "1.3.1" def project do [