From 572f355689447dc77cc098777ce4be27bc510d01 Mon Sep 17 00:00:00 2001 From: Anton Mishchuk Date: Sat, 8 Jun 2024 13:25:45 +0200 Subject: [PATCH] Set version to 0.8.4 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 9a66ed0..b92d331 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Strom.MixProject do def project do [ app: :strom, - version: "0.8.3", + version: "0.8.4", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, description: description(), @@ -17,7 +17,7 @@ defmodule Strom.MixProject do def application do [ extra_applications: [:logger], -# extra_applications: [:logger, :observer, :wx, :runtime_tools], + # extra_applications: [:logger, :observer, :wx, :runtime_tools], mod: {Strom.Application, []} ] end