Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
odarriba committed Nov 26, 2024
1 parent 4238933 commit 59bc1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The first step to add ErrorTracker to your application is to declare the package
# mix.exs
defp deps do
[
{:error_tracker, "~> 0.4"}
{:error_tracker, "~> 0.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ErrorTracker.MixProject do
def project do
[
app: :error_tracker,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 59bc1d9

Please sign in to comment.