Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Jan 27, 2020
1 parent 3e43b4b commit f1ed1c8
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 @@ -38,7 +38,7 @@ Add to dependencies:

```elixir
def deps do
[{:git_hooks, "~> 0.3.3", only: [:test, :dev], runtime: false}]
[{:git_hooks, "~> 0.4.0", 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.3.3"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit f1ed1c8

Please sign in to comment.