From 592bde45b14fe481f609054e6bc478cb8e9ee97e Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 1 Jul 2012 23:42:57 -0700 Subject: [PATCH] v1.3.1 --- CHANGES.markdown | 4 ++++ README.markdown | 2 +- src/jsx.app.src | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.markdown b/CHANGES.markdown index 5533ae9..376eff6 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,3 +1,7 @@ +v1.3.1 + +* `pre_encode` is now able to handle tuples + v1.3 * introduces `prettify/1` and `minify/1`, shortcuts for `format/2` diff --git a/README.markdown b/README.markdown index fe1db1e..457f16d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# jsx (v1.3) # +# jsx (v1.3.1) # an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] diff --git a/src/jsx.app.src b/src/jsx.app.src index ccbcc93..9848c0a 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"}, + {vsn, "1.3.1"}, {modules, [ jsx, jsx_encoder,