Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from ivx/start-connection
Browse files Browse the repository at this point in the history
Start connection
  • Loading branch information
AlexMarold authored Sep 27, 2018
2 parents fc65a00 + 764695b commit a6ce1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.7.2
erlang 20.3.8.4
elixir 1.7.3
erlang 21.0.6
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 ExKonsument.Mixfile do
def project do
[
app: :exkonsument,
version: "3.2.2",
version: "3.2.3",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand All @@ -18,7 +18,7 @@ defmodule ExKonsument.Mixfile do
#
# Type "mix help compile.app" for more information
def application do
[applications: [:logger]]
[applications: [:logger, :connection]]
end

defp description do
Expand Down

0 comments on commit a6ce1a6

Please sign in to comment.