Skip to content

Commit 4811e8e

Browse files
committed
Bump to 0.2.4
1 parent 187b719 commit 4811e8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Lager.Json.Formatter.Mixfile do
44
def project do
55
[
66
app: :lager_json_formatter,
7-
version: "0.2.3",
7+
version: "0.2.4",
88
elixir: "~> 1.2",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

Diff for: mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
%{"goldrush": {:hex, :goldrush, "0.1.9", "f06e5d5f1277da5c413e84d5a2924174182fb108dabb39d5ec548b27424cd106", [:rebar3], []},
2-
"jsx": {:hex, :jsx, "2.8.1", "1453b4eb3615acb3e2cd0a105d27e6761e2ed2e501ac0b390f5bbec497669846", [:mix, :rebar3], []},
2+
"jsx": {:hex, :jsx, "2.8.2", "7acc7d785b5abe8a6e9adbde926a24e481f29956dd8b4df49e3e4e7bcc92a018", [:mix, :rebar3], []},
33
"lager": {:hex, :lager, "3.2.4", "a6deb74dae7927f46bd13255268308ef03eb206ec784a94eaf7c1c0f3b811615", [:rebar3], [{:goldrush, "0.1.9", [hex: :goldrush, optional: false]}]}}

Diff for: rebar.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
2-
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.1">>},0},
2+
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.2">>},0},
33
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.4">>},0}].

Diff for: src/lager_json_formatter.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, lager_json_formatter,
22
[
33
{description, "JSON formatter for Lager"}
4-
,{vsn, "0.2.3"}
4+
,{vsn, "0.2.4"}
55
,{registered, []}
66
,{modules, []}
77
,{applications, [

0 commit comments

Comments
 (0)