Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair sullivan committed Jul 2, 2012
1 parent c33a87c commit 592bde4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.markdown
@@ -1,3 +1,7 @@
v1.3.1

* `pre_encode` is now able to handle tuples

v1.3

* introduces `prettify/1` and `minify/1`, shortcuts for `format/2`
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,4 +1,4 @@
# jsx (v1.3) #
# jsx (v1.3.1) #

an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]

Expand Down
2 changes: 1 addition & 1 deletion src/jsx.app.src
@@ -1,7 +1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "1.3"},
{vsn, "1.3.1"},
{modules, [
jsx,
jsx_encoder,
Expand Down

0 comments on commit 592bde4

Please sign in to comment.