Skip to content

Commit

Permalink
Version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Dec 29, 2015
1 parent cab1061 commit 70d6a33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Depend on tools application in OTP

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 2011, Adam Lindberg & Erlang Solutions Ltd
@version 0.8.3
@version 0.8.4
@title meck, a Mocking Library for Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion package.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Meck.Mixfile do
def project do
[
app: :meck,
version: "0.8.3",
version: "0.8.4",
description: description,
package: package,
deps: [],
Expand Down
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.8.3"},
{vsn, "0.8.4"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools]},
Expand Down

0 comments on commit 70d6a33

Please sign in to comment.