Skip to content

Commit 93ef51c

Browse files
committed
Bump version
1 parent b4b9b9e commit 93ef51c

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
@@ -162,7 +162,7 @@ It's [available on Hex](https://hex.pm/packages/logger_json), the package can be
162162

163163
```ex
164164
def deps do
165-
[{:logger_json, "~> 5.0"}]
165+
[{:logger_json, "~> 5.1"}]
166166
end
167167
```
168168

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 "5.0.0"
5+
@version "5.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)