This commit is contained in:
Danil Negrienko 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
```

View File

@ -2,7 +2,7 @@ defmodule IbanEx.MixProject do
use Mix.Project
@source_url "https://g.tulz.dev/opensource/iban-ex"
@version "0.1.6"
@version "0.1.7"
def project do
[