Skip to content

Commit

Permalink
Version 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jan 8, 2019
1 parent 992509b commit 4ecc1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@author Adam Lindberg <[email protected]>
@copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
@version 0.8.12
@version 0.8.13
@title meck, a Mocking Library for Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/meck.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, meck, [
{description, "A mocking framework for Erlang"},
{vsn, "0.8.12"},
{vsn, "0.8.13"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools]},
Expand Down

0 comments on commit 4ecc1ae

Please sign in to comment.