Skip to content

Commit b5afb61

Browse files
committed
Another fix.
1 parent 0ff3065 commit b5afb61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{project_plugins, [rebar3_proper]}.
1010

1111
{provider_hooks, [
12-
{post, [
12+
{pre, [
1313
{compile, {lfe, compile}}
1414
]}
1515
]}.

src/logjam.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, logjam,
22
[{description, "A custom formatter for the logger application that turns "
33
"maps into single line text logs"},
4-
{vsn, "1.0.4"},
4+
{vsn, "1.0.5"},
55
{registered, []},
66
{applications,
77
[kernel,

0 commit comments

Comments
 (0)