diff --git a/rebar.config b/rebar.config index cb1eb0a..a1fff69 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ ]}. {deps, [ - {lfe, "2.1.0"}, + {lfe, "2.1.1"}, {erlang_color, "1.0.0"} ]}. diff --git a/src/ltest.app.src b/src/ltest.app.src index 7e43208..f23587c 100644 --- a/src/ltest.app.src +++ b/src/ltest.app.src @@ -5,7 +5,7 @@ {description, "A Testing Framework for LFE"}, %% The version of the application - {vsn, "0.13.2"}, + {vsn, "0.13.3"}, %% All modules used by the application. {modules,