We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18921c5 commit 7ee4206Copy full SHA for 7ee4206
README.md
@@ -54,6 +54,10 @@ Future improvements to this library are TBD at this time.
54
55
## Changelog
56
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
61
18 August 2019 - 2.1.2
62
63
* Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31))
src/jsn.app.src
@@ -1,6 +1,6 @@
1
{application, jsn, [
2
{description, "Utilities for interacting with decoded JSON in erlang"},
3
- {vsn, "2.1.2"},
+ {vsn, "2.1.3"},
4
{applications, [kernel,
5
stdlib
6
]},
0 commit comments