This commit is contained in:
2024-05-16 05:07:45 -04:00
parent 709f6c50b5
commit a660250af1
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ The package can be installed by adding `iban_ex` to your list of dependencies in
```elixir
def deps do
[
{:iban_ex, "~> 0.1.6"}
{:iban_ex, "~> 0.1.7"}
]
end
```