Skip to content

Commit

Permalink
Correct version number in .app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jun 30, 2011
1 parent 7794914 commit a383a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meck.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang; -*-
{application, meck,
[{description, "A mocking framework for Erlang"},
{vsn, "0.6.2"},
{vsn, "0.6.3"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},

0 comments on commit a383a0e

Please sign in to comment.