Skip to content

Commit 17f83bb

Browse files
committed
Release 0.6.0
1 parent e59a5ca commit 17f83bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The first step to add ErrorTracker to your application is to declare the package
1414
# mix.exs
1515
defp deps do
1616
[
17-
{:error_tracker, "~> 0.5"}
17+
{:error_tracker, "~> 0.6"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ErrorTracker.MixProject do
44
def project do
55
[
66
app: :error_tracker,
7-
version: "0.5.2",
7+
version: "0.6.0",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)