From c203b7762dcc345a9cd0aba1ed63ccf625252edf Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 26 Apr 2012 13:48:12 -0700 Subject: [PATCH] bump to v1.2.1 to fix solidus escaping issue --- README.markdown | 2 +- src/jsx.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2c39ba0..0e529ce 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# jsx (v1.2) # +# jsx (v1.2.1) # a sane [json][json] implementation for erlang, inspired by [yajl][yajl] diff --git a/src/jsx.app.src b/src/jsx.app.src index 72e3fe1..e42951a 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -1,7 +1,7 @@ {application, jsx, [ {description, "a streaming, evented json parsing toolkit"}, - {vsn, "1.1.2"}, + {vsn, "1.2.1"}, {modules, [ jsx, jsx_encoder,