Skip to content

Commit

Permalink
Bumps version to 0.2.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
anfly0 authored Dec 12, 2020
1 parent 1112b33 commit 8e62f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExBankID.MixProject do
use Mix.Project

@version "0.2.1"
@version "0.2.2"

def project do
[
Expand Down

0 comments on commit 8e62f42

Please sign in to comment.