VErsion fix

This commit is contained in:
Danil Negrienko 2024-05-10 18:03:26 -04:00
parent 4447a10bf2
commit ae17d13731
1 changed files with 1 additions and 1 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.2"}
{:iban_ex, "~> 0.1.3"}
]
end
```