We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fefb28 commit c40519fCopy full SHA for c40519f
README.md
@@ -18,7 +18,7 @@ Add `elasticsearch` to your list of dependencies in `mix.exs`:
18
```elixir
19
def deps do
20
[
21
- {:elasticsearch, "~> 0.5.2"}
+ {:elasticsearch, "~> 0.5.3"}
22
]
23
end
24
```
mix.exs
@@ -6,7 +6,7 @@ defmodule Elasticsearch.Mixfile do
6
app: :elasticsearch,
7
description: "Elasticsearch without DSLs",
8
source_url: "https://github.com/infinitered/elasticsearch-elixir",
9
- version: "0.5.2",
+ version: "0.5.3",
10
elixir: "~> 1.5",
11
start_permanent: Mix.env() == :prod,
12
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments