Skip to content

Commit ff7fac3

Browse files
committed
Release version 1.3.1
1 parent f89c55f commit ff7fac3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.tool-versions

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First, add `ExUnitNotifier` to your `mix.exs` dependencies:
2020
```elixir
2121
def deps do
2222
[
23-
{:ex_unit_notifier, "~> 1.2", only: :test}
23+
{:ex_unit_notifier, "~> 1.3", only: :test}
2424
]
2525
end
2626
```

mix.exs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExUnitNotifier.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/navinpeiris/ex_unit_notifier"
5-
@version "1.3.0"
5+
@version "1.3.1"
66

77
def project do
88
[
@@ -20,7 +20,9 @@ defmodule ExUnitNotifier.MixProject do
2020
end
2121

2222
def application do
23-
[applications: []]
23+
[
24+
extra_applications: [:logger]
25+
]
2426
end
2527

2628
defp deps do
@@ -35,7 +37,6 @@ defmodule ExUnitNotifier.MixProject do
3537
extras: [{:"LICENSE.md", [title: "License"]}, "README.md"],
3638
main: "readme",
3739
source_url: @source_url,
38-
formatters: ["html"],
3940
api_reference: false
4041
]
4142
end

0 commit comments

Comments
 (0)