v2.6.2
This commit is contained in:
parent
e7696cc647
commit
a67186ddd2
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
v2.6.2
|
||||
|
||||
* ensure maps are always enabled when compiling via mix
|
||||
|
||||
v2.6.1
|
||||
|
||||
* hex.pm maintenance release
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v2.6.1) #
|
||||
# jsx (v2.6.2) #
|
||||
|
||||
|
||||
an erlang application for consuming, producing and manipulating [json][json].
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "2.6.1"},
|
||||
{vsn, "2.6.2"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue