Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
Let's release the fix asap. There's no breaking change.
  • Loading branch information
amalbuquerque committed Sep 22, 2019
1 parent d90759b commit 516c384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* intercepted functions without arguments that don't have `()` isn't working (e.g. `def foo, do: 123`)

# Changelog for v0.5.0
# Changelog for v0.5.1

## Changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:interceptor, "~> 0.5.0"}
{:interceptor, "~> 0.5.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Interceptor.MixProject do
app: :interceptor,
package: package(),
source_url: "https://github.com/amalbuquerque/interceptor",
version: "0.5.0",
version: "0.5.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 516c384

Please sign in to comment.