This commit is contained in:
alisdair sullivan 2015-06-11 19:54:29 -07:00
parent e7696cc647
commit c86b56795b
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
v2.6.2
* ensure maps are always enabled when compiling via mix
v2.6.1
* hex.pm maintenance release

View file

@ -1,4 +1,4 @@
# jsx (v2.6.1) #
# jsx (v2.6.2) #
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.6.1",
version: "2.6.2",
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
deps: deps(Mix.env),
package: package,