diff --git a/README.md b/README.md index 1294525..5eb1f9b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Elixir wrapper for interacting with the [Binance API](https://github.com/binance ```elixir def deps do [ - {:binance, "~> 0.5.0"} + {:binance, "~> 0.6.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 1fb2959..298f392 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Binance.MixProject do def project do [ app: :binance, - version: "0.5.0", + version: "0.6.0", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, description: description(),