Merge pull request #131 from tsloughter/1.1.0-bump

1.1.0 bump
This commit is contained in:
Luis Rascão 2018-05-03 16:51:10 +01:00 committed by GitHub
commit b23bf733c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
%% Dependencies ================================================================
{deps, [
{cf, "0.2.2"}
{cf, "~>0.3"}
]}.
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.

View file

@ -1,6 +1,6 @@
{"1.1.0",
[{<<"cf">>,{pkg,<<"cf">>,<<"0.2.2">>},0}]}.
[{<<"cf">>,{pkg,<<"cf">>,<<"0.3.1">>},0}]}.
[
{pkg_hash,[
{<<"cf">>, <<"7F2913FFF90ABCABD0F489896CFEB0B0674F6C8DF6C10B17A83175448029896C">>}]}
{<<"cf">>, <<"5CB902239476E141EA70A740340233782D363A31EEA8AD37049561542E6CD641">>}]}
].

View file

@ -1,6 +1,6 @@
{application,erlware_commons,
[{description,"Additional standard library for Erlang"},
{vsn,"1.0.5"},
{vsn,"1.1.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,cf]},