From 54d26f602aadf26ed3647098632cf3ce3f77e17f Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 2 Jun 2020 18:23:18 -0600 Subject: [PATCH] version bump to 2.11.0 --- mix.exs | 2 +- src/jsx.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 5c88f15..c410fc0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ use Mix.Project def project do [ app: :jsx, - version: "2.9.0", + version: "2.11.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 9ad3817..460d998 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.10.0"}, + {vsn, "2.11.0"}, {modules, [ jsx, jsx_encoder,