diff --git a/rebar.config b/rebar.config index 57dda9c..a85cc90 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,5 @@ {deps, [{erlsom, "1.4.2"}]}. +{plugins, [rebar3_hex]}. {erl_opts, [debug_info]}. diff --git a/src/soap.app.src b/src/soap.app.src index a524859..c15294b 100644 --- a/src/soap.app.src +++ b/src/soap.app.src @@ -1,6 +1,6 @@ {application,soap, [{description,"Support for SOAP"}, - {vsn,"1.1.0"}, + {vsn,"1.1.1"}, {modules,[]}, {registered, []}, {env, []},