Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Feb 16, 2017
1 parent 8e7de02 commit 961621f
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 @@ This package is [available in Hex](https://hexdocs.pm/rummage_ecto/api-reference

```elixir
def deps do
[{:rummage_ecto, "~> 0.5.0"}]
[{:rummage_ecto, "~> 0.6.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Rummage.Ecto.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.6.0"
@url "https://github.com/Excipients/rummage_ecto"

def project do
Expand Down

0 comments on commit 961621f

Please sign in to comment.