We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ade76 commit 5e451aeCopy full SHA for 5e451ae
README.md
@@ -40,7 +40,7 @@ Add `:ex_health` to your list of dependencies in `mix.exs`:
40
```elixir
41
def deps do
42
[
43
- {:ex_health, "~> 0.2.0"}
+ {:ex_health, "~> 0.3.0"}
44
]
45
end
46
```
mix.exs
@@ -2,7 +2,7 @@ defmodule ExHealth.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/Kartstig/ex_health"
5
- @version "0.2.2"
+ @version "0.3.0"
6
7
def project do
8
0 commit comments