Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
* fix rebar 2.x compatibility (#11)
* adds select(#13)
* improved errors (#14)
  • Loading branch information
nalundgaard committed Sep 26, 2017
1 parent e4853c3 commit 3be50d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsn.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jsn, [
{description, "Utilities for interacting with decoded JSON in erlang"},
{vsn, "1.1.0"}, %% <- need to set this appropriately when publishing to hex.pm
{vsn, "1.2.0"}, %% <- need to set this appropriately when publishing to hex.pm
{applications, [kernel,
stdlib,
jsonx]},
Expand Down

0 comments on commit 3be50d1

Please sign in to comment.