Skip to content

Commit

Permalink
Merge pull request #45 from aws-beam/update-vsn-and-links-in-app-src
Browse files Browse the repository at this point in the history
Update vsn and links in app.src in order to allow publishing to hex.pm
  • Loading branch information
onno-vos-dev authored Dec 30, 2022
2 parents 651ca1c + 4536a6b commit c891fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aws_credentials.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'aws_credentials',
[{description, "AWS credentials application for Erlang"},
{vsn, "0.0.1"},
{vsn, "git"},
{registered, []},
{mod, {aws_credentials_app, []}},
{applications,
Expand All @@ -18,5 +18,5 @@
{authors, ["Mark Allen"]},
{licenses, ["Apache-2.0"]},
{pkg_name, "aws_credentials"},
{links, ["https://github.com/aws-beam/aws_credentials.git"]}
{links, [{"GitHub", "https://github.com/aws-beam/aws_credentials.git"}]}
]}.

0 comments on commit c891fac

Please sign in to comment.