From 919a9104d3593a330ca3209c6dee0e445d9f2823 Mon Sep 17 00:00:00 2001 From: Caio Dottori Date: Thu, 12 Mar 2020 12:25:41 -0300 Subject: [PATCH] version 1.1.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(),