bump to v2.0.4
This commit is contained in:
parent
fc28c7cb5f
commit
8845c9acbe
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
v2.0.4
|
||||
|
||||
* more typespec adjustments
|
||||
|
||||
v2.0.3
|
||||
|
||||
* update some typespecs to make them more comprehensive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v2.0.3) #
|
||||
# jsx (v2.0.4) #
|
||||
|
||||
an erlang application for consuming, producing and manipulating [json][json].
|
||||
inspired by [yajl][yajl]
|
||||
|
|
|
@ -4,7 +4,7 @@ use Mix.Project
|
|||
def project do
|
||||
[
|
||||
app: :jsx,
|
||||
version: "2.0.3",
|
||||
version: "2.0.4",
|
||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||
package: package
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "2.0.3"},
|
||||
{vsn, "2.0.4"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue