altered ordering on the fetch and find functions, version patch bumped

Ordering altered to match existing list functions, Version patch
bumped because because API is not yet final

Signed-off-by: Eric Merritt <ericbmerritt@gmail.com>
This commit is contained in:
Martin J. Logan 2011-03-12 22:10:12 -06:00 committed by Eric Merritt
parent b4981ff4b5
commit 3c9e60c5a2
2 changed files with 44 additions and 50 deletions

View file

@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, erlware_commons,
[{description, "Additional standard library for Erlang"},
{vsn, "0.1.0"},
{vsn, "0.2.0"},
{modules, [
ec_lists,
ec_string,