diff --git a/README.md b/README.md index ef9760c..542fb98 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 9a801ba..58c6d4e 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [