diff --git a/README.markdown b/README.markdown index 473882f..1b3743f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -## jsx (v1.0.1) ## +## jsx (v1.0) ## a sane json implementation for erlang, inspired by [yajl][yajl] diff --git a/src/jsx.app.src b/src/jsx.app.src index 4aa5a3f..4d3bfd3 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.0rc"}, + {vsn, "1.0"}, {modules, [ jsx, jsx_encoder,