diff --git a/ebin/erl_base58.app b/ebin/base58.app similarity index 92% rename from ebin/erl_base58.app rename to ebin/base58.app index 14e6ba1..7919cfc 100644 --- a/ebin/erl_base58.app +++ b/ebin/base58.app @@ -1,4 +1,4 @@ -{application,erl_base58, +{application,base58, [{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}, {registered,[]}, {included_applications,[]}, diff --git a/zomp.meta b/zomp.meta index 9a9a8ff..7c98e30 100644 --- a/zomp.meta +++ b/zomp.meta @@ -4,7 +4,7 @@ {prefix,none}. {author,"David Ellefsen"}. {desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}. -{package_id,{"otpr","erl_base58",{0,1,1}}}. +{package_id,{"otpr","base58",{0,1,0}}}. {deps,[]}. {key_name,none}. {a_email,[]}.