Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 4af51bf

Browse files
committed
Fix application id to being a string
1 parent 7a55f70 commit 4af51bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ejson.app.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, ejson, [
2-
{description, "Generate record to JSON converters"},
3-
{id, ejson},
4-
{vsn, "0.2.0"},
2+
{description, "Convert Erlang records to JSON objects"},
3+
{id, "ejson"},
4+
{vsn, "0.3.2"},
55
{registered, []},
66
{applications, [
77
kernel,

0 commit comments

Comments
 (0)