bump to v1.3

This commit is contained in:
alisdair sullivan 2012-05-23 22:17:36 -07:00
parent d25ff624f7
commit 44d1c196a2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# jsx (v1.2.1) # # jsx (v1.3) #
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] an erlang application for consuming, producing and manipulating [json][json]. 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.2.1"}, {vsn, "1.3"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,