version bump to 0.3.1

This commit is contained in:
Eric Merritt 2011-01-16 15:28:13 -06:00
parent 0fda71a930
commit df9647304f

View File

@ -2,7 +2,7 @@
{application, getopt,
[{description, "Options parser for Erlang"},
{vsn, "0.3.0"},
{vsn, "0.3.1"},
{modules, [getopt]},
{registered, []},
{applications, [kernel, stdlib]}]}.