We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b91357 commit 1efd4efCopy full SHA for 1efd4ef
rebar.config
@@ -1,3 +1,9 @@
1
+%% For use in OTP apps and release builds:
2
+{lfe_opts, [
3
+ {i,"_build/default/lib"},
4
+ {i, "./apps"}
5
+]}.
6
+
7
{deps, [
8
{lfe, "2.0.1"}
9
]}.
@@ -9,7 +15,7 @@
15
{project_plugins, [rebar3_proper]}.
10
16
11
17
{provider_hooks, [
12
- {pre, [
18
+ {post, [
13
19
{compile, {lfe, compile}}
14
20
]}
21
src/logjam.app.src
@@ -1,7 +1,7 @@
{application, logjam,
[{description, "A custom formatter for the logger application that turns "
"maps into single line text logs"},
- {vsn, "1.0.2"},
+ {vsn, "1.0.3"},
{registered, []},
{applications,
[kernel,
0 commit comments