You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:48 UTC

[40/50] meck commit: updated refs/heads/master to 3544aca

Version 0.8.7


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/5ea90ad5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/5ea90ad5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/5ea90ad5

Branch: refs/heads/master
Commit: 5ea90ad5910e323f0860fd4ce81eb7a54cf782f1
Parents: acd90c2
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Jun 29 15:09:00 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Jun 29 15:09:00 2017 +0200

----------------------------------------------------------------------
 doc/overview.edoc | 2 +-
 src/meck.app.src  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/5ea90ad5/doc/overview.edoc
----------------------------------------------------------------------
diff --git a/doc/overview.edoc b/doc/overview.edoc
index 1263571..0c4a5d9 100644
--- a/doc/overview.edoc
+++ b/doc/overview.edoc
@@ -16,7 +16,7 @@
 
 @author Adam Lindberg <ep...@gmail.com>
 @copyright 2011, Adam Lindberg & Erlang Solutions Ltd
-@version 0.8.6
+@version 0.8.7
 @title meck, a Mocking Library for Erlang
 
 @doc

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/5ea90ad5/src/meck.app.src
----------------------------------------------------------------------
diff --git a/src/meck.app.src b/src/meck.app.src
index b159f0f..2a4db46 100644
--- a/src/meck.app.src
+++ b/src/meck.app.src
@@ -1,6 +1,6 @@
 {application, meck, [
     {description, "A mocking framework for Erlang"},
-    {vsn, "0.8.6"},
+    {vsn, "0.8.7"},
     {modules, []},
     {registered, []},
     {applications, [kernel, stdlib, tools]},