Skip to content

Commit

Permalink
Merge branch 'release/2.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jul 3, 2024
2 parents db0e918 + 362b1d1 commit 1f0205f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/lexdee/behaviour.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule Lexdee.Behaviour do
@callback get_state(struct, binary, Keyword.t()) :: {:ok, map} | {:error, any}
@callback delete_image(struct, binary, Keyword.t()) ::
{:ok, map} | {:error, any}

@callback get_instance(struct, binary) :: {:ok, map} | {:error, any}
@callback get_instance(struct, binary, Keyword.t()) ::
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lexdee.MixProject do
def project do
[
app: :lexdee,
version: "2.4.0",
version: "2.4.1",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 1f0205f

Please sign in to comment.