update to 1.4.4

This commit is contained in:
alisdair sullivan 2013-10-29 19:47:55 +00:00
parent 53e44d1a89
commit 6b189d35d3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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