v2.7.2
This commit is contained in:
parent
522f72b2ce
commit
7090494686
4 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.7.1) #
|
# jsx (v2.7.2) #
|
||||||
|
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json].
|
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
|
def project do
|
||||||
[
|
[
|
||||||
app: :jsx,
|
app: :jsx,
|
||||||
version: "2.7.1",
|
version: "2.7.2",
|
||||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||||
deps: deps(Mix.env),
|
deps: deps(Mix.env),
|
||||||
package: package,
|
package: package,
|
||||||
|
|
|
@ -2,4 +2,7 @@
|
||||||
% uncomment to always decode to maps
|
% uncomment to always decode to maps
|
||||||
% {d, maps_always},
|
% {d, maps_always},
|
||||||
]}.
|
]}.
|
||||||
{edoc_opts, [{preprocess, true}]}.
|
|
||||||
|
{edoc_opts, [{preprocess, true}]}.
|
||||||
|
|
||||||
|
{plugins, [rebar3_hex]}.
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.7.1"},
|
{vsn, "2.7.2"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue