Skip to content

Commit

Permalink
Update version to 0.5.0, Elixir 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Jul 9, 2018
1 parent 40f0424 commit 474768e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Binance.MixProject do
def project do
[
app: :binance,
version: "0.4.0",
elixir: "~> 1.5",
version: "0.5.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
description: description(),
package: package(),
Expand Down

0 comments on commit 474768e

Please sign in to comment.