Skip to content

Commit

Permalink
Merge pull request #328 from kafkaex/release/0.9.0
Browse files Browse the repository at this point in the history
Version bump to 0.9.0
  • Loading branch information
joshuawscott authored Dec 7, 2018
2 parents 76c752b + 4bb1337 commit b3c7f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule MyApp.Mixfile do
defp deps do
[
# add to your existing deps
{:kafka_ex, "~> 0.8.3"},
{:kafka_ex, "~> 0.9.0"},
# if using snappy compression
{:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"}
]
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
version: "0.9.0",
elixir: "~> 1.1",
dialyzer: [
plt_add_deps: :transitive,
Expand Down Expand Up @@ -50,7 +50,7 @@ defmodule KafkaEx.Mixfile do

defp package do
[
maintainers: ["Abejide Ayodele", "Dan Swain", "Jack Lund"],
maintainers: ["Abejide Ayodele", "Dan Swain", "Jack Lund", "Joshua Scott"],
files: ["lib", "config/config.exs", "mix.exs", "README.md"],
licenses: ["MIT"],
links: %{"Github" => "https://github.com/kafkaex/kafka_ex"}
Expand Down

0 comments on commit b3c7f92

Please sign in to comment.