Skip to content

Commit

Permalink
Set version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed May 28, 2024
1 parent 434f7e2 commit f259450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2",
version: "0.8.3",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: description(),
Expand All @@ -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
Expand Down

0 comments on commit f259450

Please sign in to comment.