diff --git a/README.md b/README.md index 13e2af0..4044ae0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v1.4.4) # +# jsx (v1.4.5) # 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 b71593d..f9ea874 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.4.4"}, + {vsn, "1.4.5"}, {modules, [ jsx, jsx_encoder,