Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Feb 15, 2022
1 parent 9803e1f commit 77b81f6
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.5", only: [:dev], runtime: false}
{:git_hooks, "~> 0.7.0", 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.7.0-pre"
@version "0.7.0"

def project do
[
Expand Down

0 comments on commit 77b81f6

Please sign in to comment.