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 ff7fac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .tool-versions

This file was deleted.

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
7 changes: 4 additions & 3 deletions 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 All @@ -20,7 +20,9 @@ defmodule ExUnitNotifier.MixProject do
end

def application do
[applications: []]
[
extra_applications: [:logger]
]
end

defp deps do
Expand All @@ -35,7 +37,6 @@ defmodule ExUnitNotifier.MixProject do
extras: [{:"LICENSE.md", [title: "License"]}, "README.md"],
main: "readme",
source_url: @source_url,
formatters: ["html"],
api_reference: false
]
end
Expand Down

0 comments on commit ff7fac3

Please sign in to comment.