Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dantswain committed May 31, 2018
1 parent 808d9e2 commit b87732d
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 @@ -57,7 +57,7 @@ defmodule MyApp.Mixfile do
defp deps do
[
# add to your existing deps
{:kafka_ex, "~> 0.8.2"},
{:kafka_ex, "~> 0.8.3"},
# if using snappy compression
{:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"}
]
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 KafkaEx.Mixfile do
def project do
[
app: :kafka_ex,
version: "0.8.2",
version: "0.8.3",
elixir: "~> 1.1",
dialyzer: [
plt_add_deps: :transitive,
Expand Down

0 comments on commit b87732d

Please sign in to comment.