Skip to content

Commit

Permalink
Release version 2.1.3
Browse files Browse the repository at this point in the history
* Refactor utility functions to use maps as the native format ([#32](#32))
  • Loading branch information
nalundgaard committed Aug 19, 2019
1 parent 18921c5 commit 7ee4206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Future improvements to this library are TBD at this time.

## Changelog

19 August 2019 - 2.1.3

* Refactor utility functions to use maps as the native format ([#32](https://github.com/nalundgaard/jsn/pull/32))

18 August 2019 - 2.1.2

* Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31))
Expand Down
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, "2.1.2"},
{vsn, "2.1.3"},
{applications, [kernel,
stdlib
]},
Expand Down

0 comments on commit 7ee4206

Please sign in to comment.