Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Apr 15, 2017
1 parent beb51cc commit b8f5e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ This module provides a easy way to apply cursor-based pagination to your Ecto Qu

```elixir
def deps do
[{:ecto_paging, "~> 0.6.1"}]
[{:ecto_paging, "~> 0.6.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Ecto.Paging.Mixfile do
use Mix.Project

@version "0.6.1"
@version "0.6.2"

def project do
[app: :ecto_paging,
Expand Down

0 comments on commit b8f5e3d

Please sign in to comment.