Skip to content

Commit

Permalink
Bump to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Oct 13, 2021
1 parent aa77359 commit 8615f7b
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 @@ -56,7 +56,7 @@ Add to dependencies:
```elixir
def deps do
[
{:git_hooks, "~> 0.6.3", only: [:dev], runtime: false}
{:git_hooks, "~> 0.6.4", only: [:dev], runtime: false}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GitHooks.MixProject do
use Mix.Project

@source_url "https://github.com/qgadrian/elixir_git_hooks"
@version "0.6.3"
@version "0.6.4"

def project do
[
Expand Down

0 comments on commit 8615f7b

Please sign in to comment.