diff --git a/README.md b/README.md index ea52a43..de4a4f7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 4bdc345..6811dae 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),