This commit is contained in:
alisdair sullivan 2015-10-08 22:58:19 -07:00
parent cdd01c6eac
commit 50eff667a1
3 changed files with 6 additions and 8 deletions

View file

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