version bump to 2.11.0

This commit is contained in:
Tristan Sloughter 2020-06-02 18:23:18 -06:00
parent b6c9408977
commit 54d26f602a
No known key found for this signature in database
GPG key ID: AAB97DDECCEB8150
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ use Mix.Project
def project do def project do
[ [
app: :jsx, app: :jsx,
version: "2.9.0", version: "2.11.0",
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl", description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
deps: deps(Mix.env), deps: deps(Mix.env),
package: package(), package: package(),

View file

@ -1,7 +1,7 @@
{application, jsx, {application, jsx,
[ [
{description, "a streaming, evented json parsing toolkit"}, {description, "a streaming, evented json parsing toolkit"},
{vsn, "2.10.0"}, {vsn, "2.11.0"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,