diff --git a/README.md b/README.md index ddf8f34..fbec6cc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ExBankID is a simple stateless elixir client for the [Swedish BankID API](https: ## Installation This library is available as a package on [hex.pm](https://hex.pm/packages/exBankID) and can be installed by -adding ```{:ex_bank_id, "~> 0.2.1", hex: :exBankID}``` to your list of dependencies in ```mix.exs```. +adding ```{:ex_bank_id, "~> 0.2.2", hex: :exBankID}``` to your list of dependencies in ```mix.exs```. ### Optional dependencies: This library depends on an implementation of ```ExBankID.Http.Client``` and ```ExBankID.Json.Handler``` to be available. If no custom implementations are declared in the config or in the opts passed to the functions in ```ExBankID``` the default implementations will be used. __For the defaults to work__ the add this to your list of dependencies in ```mix.exs``` diff --git a/mix.exs b/mix.exs index abd49ed..8210add 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExBankID.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" def project do [