0.1.7
This commit is contained in:
parent
709f6c50b5
commit
a660250af1
@ -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
|
||||
```
|
||||
|
2
mix.exs
2
mix.exs
@ -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
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user