From a4cf52eefb7d5efea57375230aba075b7627f95b Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 3 Sep 2012 21:17:06 -0700 Subject: [PATCH] v1.3.2 --- CHANGES.markdown | 4 ++++ README.markdown | 4 ++-- src/jsx.app.src | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.markdown b/CHANGES.markdown index 376eff6..3f778d7 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,3 +1,7 @@ +v1.3.2 + +* `pre_encode` is now able to handle tuples *correctly* + v1.3.1 * `pre_encode` is now able to handle tuples diff --git a/README.markdown b/README.markdown index c656eeb..cb5967b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# jsx (v1.3.1) # +# jsx (v1.3.2) # an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] @@ -8,7 +8,7 @@ jsx is released under the terms of the [MIT][MIT] license jsx may be built using either [sinan][sinan] or [rebar][rebar] -[![Build Status](https://secure.travis-ci.org/talentdeficit/jsx.png?branch=develop)](http://travis-ci.org/talentdeficit/jsx) +[![Build Status](https://secure.travis-ci.org/talentdeficit/jsx.png?branch=master)](http://travis-ci.org/talentdeficit/jsx) ## index ## diff --git a/src/jsx.app.src b/src/jsx.app.src index 9848c0a..136bb5e 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.3.1"}, + {vsn, "1.3.2"}, {modules, [ jsx, jsx_encoder,