From fc2a001073f2300ba38427c23e83d5673c020542 Mon Sep 17 00:00:00 2001 From: alisdair Date: Sat, 23 Dec 2017 19:10:12 -0800 Subject: [PATCH] bump version to 2.9.0 --- 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 ffd0bbd..26d1b00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.8.2) # +# jsx (v2.9.0) # an erlang application for consuming, producing and manipulating [json][json]. diff --git a/mix.exs b/mix.exs index 2aed700..5c88f15 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.9.0", 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..cdb6ce4 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.9.0"}, {modules, [ jsx, jsx_encoder,