Skip to content

Commit

Permalink
src/yamerl.app.src: Bump version to 0.8.1
Browse files Browse the repository at this point in the history
This includes a patch from @xinz to add type specs to the
`#unfinished_node{}` record (#42) and fix warnings reported by Dialyzer.
  • Loading branch information
dumbbell committed Jan 6, 2021
1 parent 21ee7cd commit 5a4bff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{description,
"YAML 1.2 and JSON parser in pure Erlang"
},
{vsn, "0.8.0"},
{vsn, "0.8.1"},
{modules, []},
{registered, [yamerl_sup]},
{applications, [
Expand Down

0 comments on commit 5a4bff2

Please sign in to comment.