Skip to content

Commit

Permalink
Merge pull request #36 from artemeff/hotfix/release
Browse files Browse the repository at this point in the history
use semver for vsn in app.src and remove maintainers field since it's depreacted
  • Loading branch information
artemeff authored Apr 26, 2019
2 parents 31db8ef + 4d3a5b7 commit 4ccacb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jwt.app.src
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{application, jwt,
[ {description, "Erlang JWT library"}
, {vsn, git}
, {vsn, "semver"}
, {registered, []}
, {applications, [kernel, stdlib, crypto, public_key, jsx, base64url]}
, {env, []}

, {maintainers, ["Yuri Artemev", "Peter Hizalev"]}
, {licenses, ["MIT"]}
, {links, [{"GitHub", "https://github.com/artemeff/jwt"}]}
]}.

0 comments on commit 4ccacb8

Please sign in to comment.