diff --git a/mix.exs b/mix.exs index 18082d4..9a66ed0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Strom.MixProject do def project do [ app: :strom, - version: "0.8.2", + version: "0.8.3", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, description: description(), @@ -16,8 +16,8 @@ defmodule Strom.MixProject do def application do [ - # extra_applications: [:logger], - extra_applications: [:logger, :observer, :wx, :runtime_tools], + extra_applications: [:logger], +# extra_applications: [:logger, :observer, :wx, :runtime_tools], mod: {Strom.Application, []} ] end