bump to v1.2.1 to fix solidus escaping issue

This commit is contained in:
alisdair sullivan 2012-04-26 13:48:12 -07:00
parent a897b4ffb0
commit c203b7762d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# <a name="introduction">jsx (v1.2)</a> # # <a name="introduction">jsx (v1.2.1)</a> #
a sane [json][json] implementation for erlang, inspired by [yajl][yajl] a sane [json][json] implementation for erlang, 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.1.2"}, {vsn, "1.2.1"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,