Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Sep 19, 2018
1 parent e94e3c7 commit 9a1818c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `elasticsearch` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elasticsearch, "~> 0.5.1"}
{:elasticsearch, "~> 0.5.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Elasticsearch.Mixfile do
app: :elasticsearch,
description: "Elasticsearch without DSLs",
source_url: "https://github.com/infinitered/elasticsearch-elixir",
version: "0.5.1",
version: "0.5.2",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 9a1818c

Please sign in to comment.