From 3336afe72481854440431770cc71d229c4391ae1 Mon Sep 17 00:00:00 2001 From: Adam Daniels Date: Fri, 9 Feb 2024 16:07:19 -0500 Subject: [PATCH] Bump version to v0.5.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f52df35..6c7163b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index b95be9d..0864cf5 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [