Skip to content

Commit

Permalink
Merge pull request #188 from dantswain/fix_package
Browse files Browse the repository at this point in the history
Add config.exs to the package, version bump
  • Loading branch information
dantswain committed Jan 27, 2017
2 parents f1605cf + 86ba581 commit f4a6d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ defmodule MyApp.Mixfile do
defp deps do
[
# add to your existing deps
{:kafka_ex, "~> 0.6.2"},
{:kafka_ex, "~> 0.6.3"},
# if using snappy compression
{:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"}
]
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule KafkaEx.Mixfile do
def project do
[
app: :kafka_ex,
version: "0.6.2",
version: "0.6.3",
elixir: "~> 1.0",
dialyzer: [
plt_add_deps: :transitive,
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule KafkaEx.Mixfile do

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

0 comments on commit f4a6d96

Please sign in to comment.