Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Jun 30, 2020
1 parent b32e3d6 commit 8e5c4e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add to dependencies:

```elixir
def deps do
[{:git_hooks, "~> 0.4.2", only: [:test, :dev], runtime: false}]
[{:git_hooks, "~> 0.5.0", only: [:test, :dev], runtime: false}]
end
```

Expand Down
12 changes: 6 additions & 6 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ use Mix.Config
config :git_hooks,
auto_install: false,
hooks: [
#prepare_commit_msg: [
#verbose: true,
#tasks: [
#{MyApp.GitHooks.PrepareCommitMsg, :execute, 4}
#]
#],
# prepare_commit_msg: [
# verbose: true,
# tasks: [
# {MyApp.GitHooks.PrepareCommitMsg, :execute, 4}
# ]
# ],
commit_msg: [
verbose: true,
tasks: [
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule GitHooks.MixProject do

use Mix.Project

@version "0.4.2"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit 8e5c4e2

Please sign in to comment.