Skip to content

Commit

Permalink
Release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navinpeiris committed Jun 14, 2024
1 parent f89c55f commit e7d2079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit e7d2079

Please sign in to comment.