Skip to content

Commit

Permalink
Merge pull request #38 from tsloughter/patch-1
Browse files Browse the repository at this point in the history
bump version and add hex metadata
  • Loading branch information
Vagabond committed Apr 29, 2020
2 parents d70e610 + 5414133 commit 2c38c70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/syslog.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{application, syslog,
[
{description, "Syslog for erlang"},
{vsn, "1.0.5"},
{vsn, "1.1.0"},
{registered, [syslog_sup, syslog]},
{applications, [
kernel,
stdlib
]},
{mod, { syslog_app, []}},
{modules, []},
{env, []}
{env, []},
{licenses,["BSD"]},
{links,[{"Github", "https://github.com/Vagabond/erlang-syslog"}]}
]}.

0 comments on commit 2c38c70

Please sign in to comment.