diff --git a/CHANGES.md b/CHANGES.md index 5a3fd0f..34d1542 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v2.0.1 + +* fix regression in output of empty objects/arrays + v2.0 * jsx is much more pragmatic by default; common json errors are silently diff --git a/README.md b/README.md index 4a6eeca..3076d93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.0) # +# jsx (v2.0.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 10ccbee..b2fa4ea 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, "2.0"}, + {vsn, "2.0.1"}, {modules, [ jsx, jsx_encoder,