diff --git a/README.md b/README.md index 1e05d92..d838298 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Unofficial Elixir wrapper for interacting with the [Binance API](https://github. ```elixir def deps do [ - {:binance, "~> 2.0.0-beta.1"} + {:binance, "~> 2.0.0"} ] end ``` diff --git a/mix.exs b/mix.exs index cb222d4..b362f98 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Binance.MixProject do def project do [ app: :binance, - version: "2.0.0-beta.1", + version: "2.0.0", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, description: description(),