Skip to content

Commit

Permalink
Set version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed Jun 8, 2024
1 parent b1a2dc5 commit 572f355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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
Expand Down

0 comments on commit 572f355

Please sign in to comment.