ISN 2.0: Support Postgrex 0.13 and Ecto 2.1

Also update README.
This commit is contained in:
Martin Frost 2017-04-21 13:12:02 +02:00
parent a6c58daf99
commit 6e3b8a55ce
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ end
```elixir
defp deps do
[{:isn, "~> 1.0"}]
[{:isn, "~> 2.0"}]
end
```

View File

@ -1,7 +1,7 @@
defmodule ISN.Mixfile do
use Mix.Project
@version "1.0.2"
@version "2.0.0"
def project do
[app: :isn,