Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikFerrari committed Jun 26, 2024
1 parent 5edbcec commit 8aea70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/arke/core/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Arke.Core.Query do
Struct which defines a Query
"""

defstruct ~w[project arke persistence filters link orders offset limit]a
defstruct ~w[project arke persistence distinct filters link orders offset limit]a
@type t() :: %Arke.Core.Query{}

defmodule LinkFilter do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Arke.MixProject do
use Mix.Project

@version "0.3.5"
@version "0.3.6"
@scm_url "https://github.com/arkemishub/arke"
@site_url "https://arkehub.com"

Expand Down

0 comments on commit 8aea70e

Please sign in to comment.