From 7090494686f63b3e7d5b21445a16ebdbb1977b8f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 17 Sep 2015 15:26:14 -0500 Subject: [PATCH] v2.7.2 --- README.md | 2 +- mix.exs | 2 +- rebar.config | 5 ++++- src/jsx.app.src | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd17c05..44920c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.7.1) # +# jsx (v2.7.2) # an erlang application for consuming, producing and manipulating [json][json]. diff --git a/mix.exs b/mix.exs index 7443cbd..acc4152 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ use Mix.Project def project do [ app: :jsx, - version: "2.7.1", + version: "2.7.2", description: "an erlang application for consuming, producing and manipulating json. inspired by yajl", deps: deps(Mix.env), package: package, diff --git a/rebar.config b/rebar.config index 0dcef82..1da6785 100644 --- a/rebar.config +++ b/rebar.config @@ -2,4 +2,7 @@ % uncomment to always decode to maps % {d, maps_always}, ]}. -{edoc_opts, [{preprocess, true}]}. \ No newline at end of file + +{edoc_opts, [{preprocess, true}]}. + +{plugins, [rebar3_hex]}. \ No newline at end of file diff --git a/src/jsx.app.src b/src/jsx.app.src index 0cd0237..a82b97f 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.7.1"}, + {vsn, "2.7.2"}, {modules, [ jsx, jsx_encoder,