Skip to content

Commit

Permalink
Bump version number to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jul 13, 2011
1 parent 8810a71 commit eacde0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/meck.app.src
@@ -1,10 +1,9 @@
%% -*- mode: erlang; -*-
{application, meck,
[{description, "A mocking framework for Erlang"},
{vsn, "0.6.3"},
{vsn, "0.7"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{build_dependencies, []},
{env, []}
]}.
{env, []}]}.

0 comments on commit eacde0b

Please sign in to comment.