Skip to content

Commit 77b81f6

Browse files
committed
Release v0.7.0
1 parent 9803e1f commit 77b81f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add to dependencies:
5656
```elixir
5757
def deps do
5858
[
59-
{:git_hooks, "~> 0.6.5", only: [:dev], runtime: false}
59+
{:git_hooks, "~> 0.7.0", only: [:dev], runtime: false}
6060
]
6161
end
6262
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule GitHooks.MixProject do
44
use Mix.Project
55

66
@source_url "https://github.com/qgadrian/elixir_git_hooks"
7-
@version "0.7.0-pre"
7+
@version "0.7.0"
88

99
def project do
1010
[

0 commit comments

Comments
 (0)