Current section
17 Versions
Jump to
Current section
17 Versions
Compare versions
3
files changed
+4
additions
-4
deletions
| @@ -12,7 +12,7 @@ An api library for [Stockfighter](https://www.stockfighter.io/) in Elixir, provi | |
| 12 12 | 1. Add dealer to your list of dependencies in `mix.exs`: |
| 13 13 | |
| 14 14 | def deps do |
| 15 | - [{:dealer, "~> 0.6.0"}] |
| 15 | + [{:dealer, "~> 0.6.1"}] |
| 16 16 | end |
| 17 17 | |
| 18 18 | 2. Ensure dealer is started before your application: |
| @@ -28,4 +28,4 @@ | |
| 28 28 | [{<<"app">>,<<"poison">>}, |
| 29 29 | {<<"optional">>,false}, |
| 30 30 | {<<"requirement">>,<<"~> 1.5">>}]}]}. |
| 31 | - {<<"version">>,<<"0.6.0">>}. |
| 31 | + {<<"version">>,<<"0.6.1">>}. |
| @@ -3,7 +3,7 @@ defmodule Dealer.Mixfile do | |
| 3 3 | |
| 4 4 | def project do |
| 5 5 | [app: :dealer, |
| 6 | - version: "0.6.0", |
| 6 | + version: "0.6.1", |
| 7 7 | description: "An API Client for Stockfighter.", |
| 8 8 | elixir: "~> 1.0", |
| 9 9 | build_embedded: Mix.env == :prod, |
| @@ -20,7 +20,7 @@ defmodule Dealer.Mixfile do | |
| 20 20 | [ |
| 21 21 | {:httpoison, "~> 0.8"}, |
| 22 22 | {:poison, "~> 1.5"}, |
| 23 | - {:socket, git: "https://github.com/larrylv/elixir-socket"}, |
| 23 | + {:socket, git: "https://github.com/larrylv/elixir-socket.git"}, |
| 24 24 | {:inch_ex, ">= 0.0.0", only: :docs}, |
| 25 25 | {:earmark, "~> 0.1", only: :docs}, |
| 26 26 | {:ex_doc, "~> 0.11", only: :docs} |