From 240313ea2e8585ed07a9caa3d1c20d1d107e3ee4 Mon Sep 17 00:00:00 2001 From: Dan Swain Date: Tue, 20 Mar 2018 17:16:17 -0500 Subject: [PATCH] Version bump for release --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a8b63c..43596630 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ defmodule MyApp.Mixfile do defp deps do [ # add to your existing deps - {:kafka_ex, "~> 0.8.1"}, + {:kafka_ex, "~> 0.8.2"}, # if using snappy compression {:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"} ] diff --git a/mix.exs b/mix.exs index ac032109..683d73c1 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule KafkaEx.Mixfile do def project do [ app: :kafka_ex, - version: "0.8.1", + version: "0.8.2", elixir: "~> 1.1", dialyzer: [ plt_add_deps: :transitive,