diff --git a/README.markdown b/README.markdown index 8f75bb2..66e8af4 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,8 @@ -# jsx (v1.3.3) # +# jsx (v1.4) # an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] -copyright 2011, 2012 alisdair sullivan +copyright 2011-2013 alisdair sullivan jsx is released under the terms of the [MIT][MIT] license diff --git a/src/jsx.app.src b/src/jsx.app.src index 82ff7b8..4991b96 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.3"}, + {vsn, "1.4"}, {modules, [ jsx, jsx_encoder,