Skip to content

Commit

Permalink
update to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair sullivan committed Aug 4, 2015
1 parent e382aca commit f6d6bc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
v2.7.0

* `return_tail` option
* fixes for edoc generation

v2.6.2

* ensure maps are always enabled when compiling via mix
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# jsx (v2.6.2) #
# jsx (v2.7.0) #


an erlang application for consuming, producing and manipulating [json][json].
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ use Mix.Project
def project do
[
app: :jsx,
version: "2.6.2",
version: "2.7.0",
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
deps: deps(Mix.env),
package: package,
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, "2.6.2"},
{vsn, "2.7.0"},
{modules, [
jsx,
jsx_encoder,
Expand Down

0 comments on commit f6d6bc2

Please sign in to comment.