Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed May 27, 2020
1 parent dd004fc commit b4a920d
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 @@ -39,7 +39,7 @@ Add to dependencies:

```elixir
def deps do
[{:git_hooks, "~> 0.4.1", only: [:test, :dev], runtime: false}]
[{:git_hooks, "~> 0.4.2", only: [:test, :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 @@ -3,7 +3,7 @@ defmodule GitHooks.MixProject do

use Mix.Project

@version "0.4.1"
@version "0.4.2"

def project do
[
Expand Down

0 comments on commit b4a920d

Please sign in to comment.