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,