Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Sep 13, 2022
1 parent b4b9b9e commit 93ef51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ It's [available on Hex](https://hex.pm/packages/logger_json), the package can be

```ex
def deps do
[{:logger_json, "~> 5.0"}]
[{:logger_json, "~> 5.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LoggerJSON.Mixfile do
use Mix.Project

@source_url "https://github.com/Nebo15/logger_json"
@version "5.0.0"
@version "5.1.0"

def project do
[
Expand Down

0 comments on commit 93ef51c

Please sign in to comment.