Skip to content

Commit

Permalink
Merge pull request #7 from vtm9/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bglusman authored Feb 22, 2024
2 parents 44b9edb + e33385f commit 4f31927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/history_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ defmodule LiveDashboardHistory.HistorySupervisor do
else
{:error, :bad_config} ->
unless @env == :test do
Logger.warn(
Logger.warning(
"WARNING: router and metrics config must be present for live_dashboard_history, router first if using keyword list"
)
end

{:error, :no_config} ->
unless @env == :test do
Logger.warn(
Logger.warning(
"WARNING: router and metrics configuration required for live_dashboard_history"
)
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
defmodule LiveDashboardHistory.MixProject do
use Mix.Project
@version "0.1.4"
@version "0.1.5"

def project do
[
app: :live_dashboard_history,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.11",
compilers: [:phoenix] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 4f31927

Please sign in to comment.