Skip to content

Commit 7ee4206

Browse files
committed
Release version 2.1.3
* Refactor utility functions to use maps as the native format ([#32](#32))
1 parent 18921c5 commit 7ee4206

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Future improvements to this library are TBD at this time.
5454

5555
## Changelog
5656

57+
19 August 2019 - 2.1.3
58+
59+
* Refactor utility functions to use maps as the native format ([#32](https://github.com/nalundgaard/jsn/pull/32))
60+
5761
18 August 2019 - 2.1.2
5862

5963
* Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31))

src/jsn.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, jsn, [
22
{description, "Utilities for interacting with decoded JSON in erlang"},
3-
{vsn, "2.1.2"},
3+
{vsn, "2.1.3"},
44
{applications, [kernel,
55
stdlib
66
]},

0 commit comments

Comments
 (0)