Skip to content

Commit 6b6b266

Browse files
committed
Delete unneeded rebar.config.script
This was missed in #18, much like the jsonx removal from the app.src done in #19. No deps at all means no need to re-format them.
1 parent 8e5b0eb commit 6b6b266

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
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+
18 August 2019 - 2.1.2
58+
59+
* Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31))
60+
5761
27 February 2018 - 2.1.1
5862

5963
* Resolved #24, jsn:new fails while making an array of objects in struct ( resolved by PR #25)

rebar.config.script

Lines changed: 0 additions & 7 deletions
This file was deleted.

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.1"},
3+
{vsn, "2.1.2"},
44
{applications, [kernel,
55
stdlib
66
]},

0 commit comments

Comments
 (0)