Skip to content

Commit

Permalink
Remove beta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Jul 7, 2023
1 parent 52c90d0 commit da76fb0
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 @@ -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
```
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 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(),
Expand Down

0 comments on commit da76fb0

Please sign in to comment.