bump version to 2.9.0

This commit is contained in:
alisdair 2017-12-23 19:10:12 -08:00
parent e5bfa8a39e
commit fc2a001073
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# jsx (v2.8.2) #
# jsx (v2.9.0) #
an erlang application for consuming, producing and manipulating [json][json].

View file

@ -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(),

View file

@ -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,