Bump README installation instructions version

This commit is contained in:
Martin Frost 2023-11-24 23:10:52 +01:00
parent 454c2451a5
commit 0bda009e38
1 changed files with 1 additions and 1 deletions

View File

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