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

Commit

Permalink
Fix application id to being a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrichard committed Sep 30, 2015
1 parent 7a55f70 commit 4af51bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ejson.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, ejson, [
{description, "Generate record to JSON converters"},
{id, ejson},
{vsn, "0.2.0"},
{description, "Convert Erlang records to JSON objects"},
{id, "ejson"},
{vsn, "0.3.2"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 4af51bf

Please sign in to comment.