You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:31:16 UTC

[22/50] meck commit: updated refs/heads/master to dde7590

Bump version to 0.8.1


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

Branch: refs/heads/master
Commit: 1286aba1cb6bbd6c9fc3f817740758b224843ee7
Parents: 594540c
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Aug 29 17:39:14 2013 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Aug 29 17:39:14 2013 +0200

----------------------------------------------------------------------
 src/meck.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/1286aba1/src/meck.app.src
----------------------------------------------------------------------
diff --git a/src/meck.app.src b/src/meck.app.src
index d1046b9..bda5076 100644
--- a/src/meck.app.src
+++ b/src/meck.app.src
@@ -1,7 +1,7 @@
 %% -*- mode: erlang; -*-
 {application, meck,
  [{description, "A mocking framework for Erlang"},
-  {vsn, "0.7.2"},
+  {vsn, "0.8.1"},
   {modules, []},
   {registered, []},
   {applications, [kernel, stdlib]},