Skip to content

Commit

Permalink
Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jun 6, 2021
1 parent 49b6d79 commit 42d110f
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 @@ -13,7 +13,7 @@ by adding `binance` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_binance, "~> 0.0.8"}
{:ex_binance, "~> 0.0.9"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExBinance.MixProject do
def project do
[
app: :ex_binance,
version: "0.0.8",
version: "0.0.9",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 42d110f

Please sign in to comment.