Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Aug 26, 2024
1 parent 625dd08 commit 516d588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add `logger_json` to your list of dependencies in `mix.exs`:
def deps do
[
# ...
{:logger_json, "~> 6.0"}
{:logger_json, "~> 6.1"}
# ...
]
end
Expand Down
2 changes: 1 addition & 1 deletion lib/logger_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule LoggerJSON do
def deps do
[
# ...
{:logger_json, "~> 6.0"}
{:logger_json, "~> 6.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 "6.0.3"
@version "6.1.0"

def project do
[
Expand Down

0 comments on commit 516d588

Please sign in to comment.