Merge pull request #112 from lrascao/feature/bump_cf

Bump cf to 0.2.2
This commit is contained in:
Tristan Sloughter 2016-11-27 11:03:26 -08:00 committed by GitHub
commit ab6617496b
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% Dependencies ================================================================
{deps, [cf]}.
{deps, [
{cf, "0.2.2"}
]}.
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.

View file

@ -1 +1 @@
[{<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0}].
[{<<"cf">>,{pkg,<<"cf">>,<<"0.2.2">>},0}].