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 e00040f commit 87ff8cbCopy full SHA for 87ff8cb
guides/Getting Started.md
@@ -14,7 +14,7 @@ The first step to add ErrorTracker to your application is to declare the package
14
# mix.exs
15
defp deps do
16
[
17
- {:error_tracker, "~> 0.3"}
+ {:error_tracker, "~> 0.4"}
18
]
19
end
20
```
mix.exs
@@ -4,7 +4,7 @@ defmodule ErrorTracker.MixProject do
4
def project do
5
6
app: :error_tracker,
7
- version: "0.3.0",
+ version: "0.4.0",
8
elixir: "~> 1.15",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments