Skip to content

Commit 608455d

Browse files
committed
Version bumps for release
1 parent c48d9dc commit 608455d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule MyApp.Mixfile do
6868
defp deps do
6969
[
7070
# add to your existing deps
71-
{:kafka_ex, "~> 0.6.3"},
71+
{:kafka_ex, "~> 0.6.4"},
7272
# if using snappy compression
7373
{:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"}
7474
]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule KafkaEx.Mixfile do
44
def project do
55
[
66
app: :kafka_ex,
7-
version: "0.6.3",
7+
version: "0.6.4",
88
elixir: "~> 1.0",
99
dialyzer: [
1010
plt_add_deps: :transitive,

0 commit comments

Comments
 (0)