diff --git a/README.md b/README.md index 9f72709..38e0e4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.8.2) # +# jsx (v2.8.3) # an erlang application for consuming, producing and manipulating [json][json]. diff --git a/mix.exs b/mix.exs index 1e34c8f..f830e29 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ use Mix.Project def project do [ app: :jsx, - version: "2.8.2", + version: "2.8.3", description: "an erlang application for consuming, producing and manipulating json. inspired by yajl", deps: deps(Mix.env), package: package(), diff --git a/src/jsx.app.src b/src/jsx.app.src index 0837265..c20848d 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.8.2"}, + {vsn, "2.8.3"}, {modules, [ jsx, jsx_encoder,