From e7d20798027dc3b2869d77b8b3df19b1cc0f2631 Mon Sep 17 00:00:00 2001 From: Navin Peiris Date: Fri, 14 Jun 2024 12:26:16 +0530 Subject: [PATCH] Release version 1.3.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 [