Skip to content

Commit

Permalink
Fixes spec, bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hickscorp committed Sep 15, 2020
1 parent faf9bf5 commit 1ffda4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dymo/taggable.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ defmodule Dymo.Taggable do
alias Dymo.Tag

defimpl Dymo.Taggable.Protocol do
@spec labels(Dymo.Taggable.t(), keyword) :: Query.t()
@spec tags(Dymo.Taggable.t(), keyword) :: Query.t()
def tags(taggable, opts \\ []),
do: unquote(impl).tags(taggable, unquote(join_table), unquote(join_key), opts)

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 Dymo.MixProject do
def project(),
do: [
app: :dymo,
version: "3.0.1",
version: "3.0.2",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 1ffda4f

Please sign in to comment.