diff --git a/README.md b/README.md index a352596..fdee1ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The package can be installed by adding `stark_bank` to your list of dependencies ```elixir def deps do [ - {:stark_bank, "~> 1.1.1"} + {:stark_bank, "~> 1.1.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 364e59b..0a239c9 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule StarkBank.MixProject do [ app: :stark_bank, name: :stark_bank, - version: "1.1.1", + version: "1.1.2", homepage_url: "https://starkbank.com", source_url: "https://github.com/starkbank/sdk-elixir", description: description(),