Skip to content

Commit

Permalink
bump v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Aug 16, 2024
1 parent f125829 commit 9132645
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule MaruEntity.Mixfile do
def project do
[
app: :maru_entity,
version: "0.2.3",
elixir: "~> 1.3",
version: "0.2.4",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -21,7 +21,9 @@ defmodule MaruEntity.Mixfile do
end

def application do
[applications: [:logger]]
[
extra_applications: [:logger]
]
end

defp deps do
Expand Down

0 comments on commit 9132645

Please sign in to comment.