version bump

This commit is contained in:
UENISHI Kota 2016-03-23 00:06:40 +09:00
parent 6edea4015c
commit 045110de76

View File

@ -1,13 +1,11 @@
{application, msgpack,
[{description, "MessagePack serializer/deserializer"},
{vsn, "0.4.0"},
{modules,
[msgpack]
},
{maintainers, ["Kota Uenishi", "Yuki Ito"]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/msgpack/msgpack-erlang"},
{"Website", "http://msgpack.org"}]},
{registered, []},
{env, []},
{applications, [kernel, stdlib]}]}.
{application,msgpack,
[{description,"MessagePack serializer/deserializer"},
{vsn,"0.5.0"},
{modules,[msgpack]},
{maintainers,["Kota Uenishi","Yuki Ito"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/msgpack/msgpack-erlang"},
{"Website","http://msgpack.org"}]},
{registered,[]},
{env,[]},
{applications,[kernel,stdlib]}]}.