From e83ddf515473326c9bdcf0436b5028a82d58ed00 Mon Sep 17 00:00:00 2001 From: handnot2 Date: Wed, 30 Aug 2017 12:37:46 -0700 Subject: [PATCH] hex publish updates --- src/esaml.app.src | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/esaml.app.src b/src/esaml.app.src index e97bcda..065b935 100644 --- a/src/esaml.app.src +++ b/src/esaml.app.src @@ -1,7 +1,9 @@ {application, esaml, [ {description, "SAML for erlang"}, - {vsn, "3.0.0"}, + {vsn, "3.0.1"}, + {modules, []}, + {registered, []}, {applications, [ kernel, inets, @@ -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"},