Skip to content

Commit

Permalink
Release 0.6.0, closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Aug 13, 2018
1 parent 14d881a commit 35277f8
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 @@ -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
```
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: "0.5.0",
version: "0.6.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 35277f8

Please sign in to comment.