Open chgeuer opened 5 months ago
Could you release the latest stuff to hex.pm, so the extra_applications: [:public_key] stuff becomes visible?
hex.pm
extra_applications: [:public_key]
Would prefer to do {:easy_ssl, "~> 1.3.1"} or {:easy_ssl, "~> 1.4"} instead of {:easy_ssl, github: "CaliDog/EasySSL", branch: "master"}.
{:easy_ssl, "~> 1.3.1"}
{:easy_ssl, "~> 1.4"}
{:easy_ssl, github: "CaliDog/EasySSL", branch: "master"}
Thanks for the good work, Christian
Could you release the latest stuff to
hex.pm
, so theextra_applications: [:public_key]
stuff becomes visible?Would prefer to do
{:easy_ssl, "~> 1.3.1"}
or{:easy_ssl, "~> 1.4"}
instead of{:easy_ssl, github: "CaliDog/EasySSL", branch: "master"}
.Thanks for the good work, Christian