Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Oct 19, 2024
1 parent e00040f commit 87ff8cb
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.3"}
{:error_tracker, "~> 0.4"}
]
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.3.0",
version: "0.4.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 87ff8cb

Please sign in to comment.