Skip to content

Commit

Permalink
Release version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germsvel committed Feb 12, 2021
1 parent b044f43 commit 7631c1c
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 @@ -20,7 +20,7 @@ In `mix.exs`, add the ExMachina dependency:
def deps do
# Get the latest from hex.pm. Works with Ecto 3.0
[
{:ex_machina, "~> 2.5.0"},
{:ex_machina, "~> 2.6.0"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExMachina.Mixfile do
use Mix.Project

@project_url "https://github.com/thoughtbot/ex_machina"
@version "2.5.0"
@version "2.6.0"

def project() do
[
Expand Down

0 comments on commit 7631c1c

Please sign in to comment.