bban parse function

This commit is contained in:
2024-05-11 11:52:34 -04:00
parent ae17d13731
commit 4abf01b752
5 changed files with 29 additions and 12 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.3"}
{:iban_ex, "~> 0.1.5"}
]
end
```