Skip to content

Commit

Permalink
Bump version to 0.4.0 (closes #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdilorenzo committed Sep 16, 2017
1 parent 625f128 commit cb3437f
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 @@ -23,7 +23,7 @@ The package is available on [Hex](https://hex.pm) and can be installed by adding

```elixir
def deps do
[{:filtrex, "~> 0.3.0"}]
[{:filtrex, "~> 0.4.0"}]
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 Filtrex.Mixfile do

def project do
[app: :filtrex,
version: "0.3.0",
version: "0.4.0",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit cb3437f

Please sign in to comment.