From 58a9a5110f953e0b21f59f8b2dbc741a452e443f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 6 Mar 2013 02:24:45 -0800 Subject: [PATCH] update version number --- README.markdown | 4 ++-- src/jsx.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 8f75bb2..66e8af4 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/src/jsx.app.src b/src/jsx.app.src index 82ff7b8..4991b96 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -1,7 +1,7 @@ {application, jsx, [ {description, "a streaming, evented json parsing toolkit"}, - {vsn, "1.3.3"}, + {vsn, "1.4"}, {modules, [ jsx, jsx_encoder,