update version number

This commit is contained in:
alisdair sullivan 2013-03-06 02:24:45 -08:00
parent 163a578eab
commit 58a9a5110f
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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,