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]
|
||||
|
||||
copyright 2011, 2012 alisdair sullivan
|
||||
copyright 2011-2013 alisdair sullivan
|
||||
|
||||
jsx is released under the terms of the [MIT][MIT] license
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "1.3.3"},
|
||||
{vsn, "1.4"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue