Merge pull request #113 from tsloughter/master

version bump
This commit is contained in:
Luis Rascão 2016-11-27 19:19:42 +00:00 committed by GitHub
commit e76dd80a1e
3 changed files with 7 additions and 2 deletions

View file

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

BIN
rebar3

Binary file not shown.

View file

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