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