From 147e171dada59e66776ff86d3a97f414269a8ea6 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 3 Sep 2012 21:28:32 -0700 Subject: [PATCH] v1.3.3 --- 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 3f778d7..e96d94b 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,3 +1,7 @@ +v1.3.3 + +* `pre_encode` now orders input in the order you'd expect + v1.3.2 * `pre_encode` is now able to handle tuples *correctly* diff --git a/README.markdown b/README.markdown index 2c082dc..456f007 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# jsx (v1.3.2) # +# jsx (v1.3.3) # 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 136bb5e..9de085a 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.2"}, + {vsn, "1.3.3"}, {modules, [ jsx, jsx_encoder,