Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
cdottori-stark committed Mar 12, 2020
1 parent b11a87b commit 919a910
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
@@ -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
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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(),

0 comments on commit 919a910

Please sign in to comment.