Skip to content

Commit

Permalink
hex publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
handnot2 committed Aug 30, 2017
1 parent 9b7c3b1 commit e83ddf5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/esaml.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{application, esaml,
[
{description, "SAML for erlang"},
{vsn, "3.0.0"},
{vsn, "3.0.1"},
{modules, []},
{registered, []},
{applications, [
kernel,
inets,
Expand All @@ -12,6 +14,13 @@
cowboy,
ranch
]},
{licenses, ["https://github.com/arekinath/esaml/blob/master/LICENSE"]},
{links, [
{"Github", "https://github.com/handnot2/esaml"},
{"Original Repo", "https://github.com/arekinath/esaml"},
{"K2InformaticsGmbH", "https://github.com/K2InformaticsGmbH/esaml"},
{"VendorHawk", "https://github.com/VendorHawk/esaml"}
]},
{env, [
{org_name, "SAML Service Provider"},
{org_displayname, "SAML Service Provider @ Some Location"},
Expand Down

0 comments on commit e83ddf5

Please sign in to comment.