Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Feb 24, 2022
1 parent 2b2c1b3 commit 7ffa34e
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 @@ -122,7 +122,7 @@ It's [available on Hex](https://hex.pm/packages/logger_json), the package can be

```ex
def deps do
[{:logger_json, "~> 4.3"}]
[{:logger_json, "~> 5.0"}]
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 "4.3.0"
@version "5.0.0"

def project do
[
Expand Down

0 comments on commit 7ffa34e

Please sign in to comment.