diff --git a/.gitignore b/.gitignore index dec9bf2..8994a73 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ snap-*.tar # Contains Dialyzer PLTs /priv + +# Intellij idea +.idea/* +*.iml diff --git a/lib/snap/responses/hit.ex b/lib/snap/responses/hit.ex index 00d8b76..9f2b204 100644 --- a/lib/snap/responses/hit.ex +++ b/lib/snap/responses/hit.ex @@ -32,7 +32,7 @@ defmodule Snap.Hit do @type t :: %__MODULE__{ index: String.t(), - type: String.t(), + type: String.t() | nil, id: String.t(), score: float() | nil, source: map() | nil, diff --git a/mix.exs b/mix.exs index 994ef35..6506fe4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Snap.MixProject do @original_github_url "https://github.com/breakroom/snap" @github_url "https://github.com/surgeventures/snap" - @version "0.10.3" + @version "0.10.5" def project do [