From bb4a77531e048c553e0035c30cef819b9480bb2f Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Tue, 10 May 2022 22:55:44 +0200 Subject: [PATCH] v3.0.0 - four years later... ISN 3.0.0 has support for modern (~3.8) versions of ecto and friends. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1e69c65..26eb113 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ISN.Mixfile do use Mix.Project - @version "2.0.1" + @version "3.0.0" def project do [