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

Commit a6ce1a6

Browse files
authored
Merge pull request #17 from ivx/start-connection
Start connection
2 parents fc65a00 + 764695b commit a6ce1a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.7.2
2-
erlang 20.3.8.4
1+
elixir 1.7.3
2+
erlang 21.0.6

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ExKonsument.Mixfile do
44
def project do
55
[
66
app: :exkonsument,
7-
version: "3.2.2",
7+
version: "3.2.3",
88
elixir: "~> 1.6",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,
@@ -18,7 +18,7 @@ defmodule ExKonsument.Mixfile do
1818
#
1919
# Type "mix help compile.app" for more information
2020
def application do
21-
[applications: [:logger]]
21+
[applications: [:logger, :connection]]
2222
end
2323

2424
defp description do

0 commit comments

Comments
 (0)