Skip to content

Commit 961621f

Browse files
committed
bump
1 parent 8e7de02 commit 961621f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package is [available in Hex](https://hexdocs.pm/rummage_ecto/api-reference
2323

2424
```elixir
2525
def deps do
26-
[{:rummage_ecto, "~> 0.5.0"}]
26+
[{:rummage_ecto, "~> 0.6.0"}]
2727
end
2828
```
2929

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Rummage.Ecto.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.6.0"
55
@url "https://github.com/Excipients/rummage_ecto"
66

77
def project do

0 commit comments

Comments
 (0)