Skip to content

Commit 8e5c4e2

Browse files
committed
Update version
1 parent b32e3d6 commit 8e5c4e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add to dependencies:
4848

4949
```elixir
5050
def deps do
51-
[{:git_hooks, "~> 0.4.2", only: [:test, :dev], runtime: false}]
51+
[{:git_hooks, "~> 0.5.0", only: [:test, :dev], runtime: false}]
5252
end
5353
```
5454

config/config.exs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ use Mix.Config
33
config :git_hooks,
44
auto_install: false,
55
hooks: [
6-
#prepare_commit_msg: [
7-
#verbose: true,
8-
#tasks: [
9-
#{MyApp.GitHooks.PrepareCommitMsg, :execute, 4}
10-
#]
11-
#],
6+
# prepare_commit_msg: [
7+
# verbose: true,
8+
# tasks: [
9+
# {MyApp.GitHooks.PrepareCommitMsg, :execute, 4}
10+
# ]
11+
# ],
1212
commit_msg: [
1313
verbose: true,
1414
tasks: [

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule GitHooks.MixProject do
33

44
use Mix.Project
55

6-
@version "0.4.2"
6+
@version "0.5.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)