diff options
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 | ||||
-rw-r--r-- | src/relx.app.src | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index ed4c88f..203a937 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "0.13.0"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, - {bbmustache, "1.0.1"} + {bbmustache, "1.0.3"} ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. @@ -1,4 +1,4 @@ -[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.1">>},0}, +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.3">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.13.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]. diff --git a/src/relx.app.src b/src/relx.app.src index 9d07341..be42bce 100644 --- a/src/relx.app.src +++ b/src/relx.app.src @@ -1,6 +1,6 @@ {application,relx, [{description,"Release assembler for Erlang/OTP Releases"}, - {vsn,"3.1.0"}, + {vsn,"3.2.0"}, {modules,[]}, {registered,[]}, {applications,[kernel,stdlib,getopt,erlware_commons,bbmustache, |