Skip to content

Commit

Permalink
0.1.1. Use gun 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrohi committed Jul 27, 2018
1 parent b08b010 commit 52b0e2b
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,7 +4,7 @@ defmodule MachineGun.Mixfile do
def project do
[
app: :machine_gun,
version: "0.1.1-pre.2",
version: "0.1.1",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down Expand Up @@ -32,7 +32,7 @@ defmodule MachineGun.Mixfile do

defp deps do
[
{:gun, "== 1.0.0-pre.5"},
{:gun, "~> 1.0"},
{:poolboy, "~> 1.5"},
{:ex_doc, ">= 0.0.0", only: :dev}
]
Expand Down

0 comments on commit 52b0e2b

Please sign in to comment.