From 2ecf598b5f1192acf63baeed1dc7fa45149b4e35 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 22 Oct 2017 13:57:29 -0700 Subject: [PATCH] bump version to 2.8.3 --- README.md | 2 +- mix.exs | 2 +- src/jsx.app.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,