From 724393c284c7df3565c7922278f3bb060eaa4f85 Mon Sep 17 00:00:00 2001 From: Ricardo Hermida Ruiz Date: Fri, 24 Apr 2020 16:55:26 -0300 Subject: Initialize poolboy app --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index a2704bb..9417f10 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule PowerDNSex.Mixfile do def project do [ app: :powerdnsex, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.6", description: description(), package: package(), @@ -15,7 +15,7 @@ defmodule PowerDNSex.Mixfile do end def application do - [applications: [:logger, :httpoison], mod: {PowerDNSex, []}] + [applications: [:logger, :httpoison, :poolboy], mod: {PowerDNSex, []}] end defp deps do -- cgit v1.2.3