Skip to content

Commit

Permalink
Added hex metadata to .app.src file
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Oct 25, 2018
1 parent 9a732bc commit ccb1741
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/exometer_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{application, exometer_core,
[
{description, "Code instrumentation and metrics collection package."},
{vsn, git},
{vsn, "1.5.3"},
{registered, []},
{applications,
[
Expand All @@ -20,5 +20,8 @@
{preset_defaults, []}]},
{env,
[
]}
]},
{maintainers, ["Magnus Feuer", "Ulf Wiger", "Tino Breddin"]},
{licenses, ["MPL-2.0"]},
{links, [{"Github", "https://github.com/Feuerlabs/exometer_core"}]}
]}.

0 comments on commit ccb1741

Please sign in to comment.