From 6e3b8a55ce7b7c4db340922ba94ad7d009c580ee Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Fri, 21 Apr 2017 13:12:02 +0200 Subject: [PATCH] ISN 2.0: Support Postgrex 0.13 and Ecto 2.1 Also update README. --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1cac04..ea001bf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ end ```elixir defp deps do - [{:isn, "~> 1.0"}] + [{:isn, "~> 2.0"}] end ``` diff --git a/mix.exs b/mix.exs index de90123..9fb104d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ISN.Mixfile do use Mix.Project - @version "1.0.2" + @version "2.0.0" def project do [app: :isn,