update to v2.7.0

This commit is contained in:
alisdair sullivan 2015-08-04 11:00:24 -07:00
parent e382aca486
commit f6d6bc25a0
4 changed files with 8 additions and 3 deletions

View file

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