Skip to content

Commit 7ffa34e

Browse files
committed
Bump version
1 parent 2b2c1b3 commit 7ffa34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ It's [available on Hex](https://hex.pm/packages/logger_json), the package can be
122122

123123
```ex
124124
def deps do
125-
[{:logger_json, "~> 4.3"}]
125+
[{:logger_json, "~> 5.0"}]
126126
end
127127
```
128128

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule LoggerJSON.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/Nebo15/logger_json"
5-
@version "4.3.0"
5+
@version "5.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)