Skip to content

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Feb 9, 2024
1 parent 8dec2e5 commit 3336afe
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 @@ -19,7 +19,7 @@ due to the types it is providing.
def deps do
[
# or 0.7.0 if you're stuck on Ecto < 3
{:ecto_network, "~> 1.4.0"}
{:ecto_network, "~> 1.5.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 EctoNetwork.Mixfile do
use Mix.Project

@source_url "https://github.com/adam12/ecto_network"
@version "1.4.0"
@version "1.5.0"

def project do
[
Expand Down

0 comments on commit 3336afe

Please sign in to comment.