1.0 release
This commit is contained in:
parent
c4b468f20a
commit
35cfd552d1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
## jsx (v1.0.1) ##
|
## jsx (v1.0) ##
|
||||||
|
|
||||||
a sane json implementation for erlang, inspired by [yajl][yajl]
|
a sane json implementation for erlang, inspired by [yajl][yajl]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "1.0rc"},
|
{vsn, "1.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue