Skip to content

Commit

Permalink
version bump to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jun 3, 2020
1 parent b6c9408 commit 54d26f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ use Mix.Project
def project do
[
app: :jsx,
version: "2.9.0",
version: "2.11.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
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "2.10.0"},
{vsn, "2.11.0"},
{modules, [
jsx,
jsx_encoder,
Expand Down

0 comments on commit 54d26f6

Please sign in to comment.