Skip to content

Commit

Permalink
Merge pull request #117 from msz/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0
  • Loading branch information
msz authored Jun 5, 2022
2 parents 7de8d24 + ce6b44d commit 95ff46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ delete it from your list of dependencies in `mix.exs`. Then add `:hammox`:
```elixir
def deps do
[
{:hammox, "~> 0.5", only: :test}
{:hammox, "~> 0.6", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Hammox.MixProject do
use Mix.Project

@source_url "https://github.com/msz/hammox"
@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit 95ff46e

Please sign in to comment.