src/yamerl.app.src: Bump version to 0.5.0

The minor version is bumped instead of the patch version because some
API, even though not made for public use, were removed.
This commit is contained in:
Jean-Sébastien Pédron 2017-06-06 00:18:11 +02:00
parent 4bc4fa0278
commit 77aa488445
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -5,7 +5,7 @@
{description, {description,
"YAML 1.2 and JSON parser in pure Erlang" "YAML 1.2 and JSON parser in pure Erlang"
}, },
{vsn, "0.4.0"}, {vsn, "0.5.0"},
{modules, []}, {modules, []},
{registered, [yamerl_sup]}, {registered, [yamerl_sup]},
{applications, [ {applications, [