diff --git a/src/etran.app.src b/src/etran.app.src index ac485cc..f630805 100644 --- a/src/etran.app.src +++ b/src/etran.app.src @@ -1,6 +1,6 @@ {application,etran, [{description,"Erlang Parse Transoforms"}, - {vsn,"0.5.1"}, + {vsn,"0.5.2"}, {applications,[kernel,stdlib]}, {licenses,["MIT"]}, {links,[{"Github","https://github.com/saleyn/etran"}]}]}.