commit
b23bf733c5
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
%% Dependencies ================================================================
|
%% Dependencies ================================================================
|
||||||
{deps, [
|
{deps, [
|
||||||
{cf, "0.2.2"}
|
{cf, "~>0.3"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.
|
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{"1.1.0",
|
{"1.1.0",
|
||||||
[{<<"cf">>,{pkg,<<"cf">>,<<"0.2.2">>},0}]}.
|
[{<<"cf">>,{pkg,<<"cf">>,<<"0.3.1">>},0}]}.
|
||||||
[
|
[
|
||||||
{pkg_hash,[
|
{pkg_hash,[
|
||||||
{<<"cf">>, <<"7F2913FFF90ABCABD0F489896CFEB0B0674F6C8DF6C10B17A83175448029896C">>}]}
|
{<<"cf">>, <<"5CB902239476E141EA70A740340233782D363A31EEA8AD37049561542E6CD641">>}]}
|
||||||
].
|
].
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{application,erlware_commons,
|
{application,erlware_commons,
|
||||||
[{description,"Additional standard library for Erlang"},
|
[{description,"Additional standard library for Erlang"},
|
||||||
{vsn,"1.0.5"},
|
{vsn,"1.1.0"},
|
||||||
{modules,[]},
|
{modules,[]},
|
||||||
{registered,[]},
|
{registered,[]},
|
||||||
{applications,[kernel,stdlib,cf]},
|
{applications,[kernel,stdlib,cf]},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue