From a660250af1cd6eb66fcdf17903e78c81378de60d Mon Sep 17 00:00:00 2001 From: Danylo Negrienko Date: Thu, 16 May 2024 05:07:45 -0400 Subject: [PATCH] 0.1.7 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2c65d..341ea67 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 976567b..426761e 100644 --- a/mix.exs +++ b/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 [