This commit is contained in:
alisdair sullivan 2013-12-18 02:32:21 +00:00
parent 123f8208d0
commit d011411c23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# jsx (v1.4.4) #
# jsx (v1.4.5) #
an erlang application for consuming, producing and manipulating [json][json].
inspired by [yajl][yajl]

View file

@ -1,7 +1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "1.4.4"},
{vsn, "1.4.5"},
{modules, [
jsx,
jsx_encoder,