update version number
This commit is contained in:
parent
163a578eab
commit
58a9a5110f
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# jsx (v1.3.3) #
|
# jsx (v1.4) #
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]
|
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]
|
||||||
|
|
||||||
copyright 2011, 2012 alisdair sullivan
|
copyright 2011-2013 alisdair sullivan
|
||||||
|
|
||||||
jsx is released under the terms of the [MIT][MIT] license
|
jsx is released under the terms of the [MIT][MIT] license
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "1.3.3"},
|
{vsn, "1.4"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue