Current section

11 Versions

Jump to

Compare versions

2 files changed
+6 additions
-6 deletions
  @@ -10,8 +10,8 @@
10 10 <<"mix.exs">>,<<"CHANGELOG.md">>,<<"README.md">>,<<"LICENSE.txt">>]}.
11 11 {<<"licenses">>,[<<"MIT">>]}.
12 12 {<<"links">>,
13 - [{<<"Docs">>,<<"https://hexdocs.pm/avrolixr">>},
14 - {<<"GitHub">>,<<"https://github.com/avvo/avrolixr">>}]}.
13 + [{<<"Docs">>,<<"https://hexdocs.pm/kafka_impl">>},
14 + {<<"GitHub">>,<<"https://github.com/avvo/kafka_impl">>}]}.
15 15 {<<"maintainers">>,[<<"Donald Plummer">>]}.
16 16 {<<"name">>,<<"kafka_impl">>}.
17 17 {<<"requirements">>,
  @@ -19,4 +19,4 @@
19 19 {<<"name">>,<<"kafka_ex">>},
20 20 {<<"optional">>,false},
21 21 {<<"requirement">>,<<"~> 0.6.0">>}]]}.
22 - {<<"version">>,<<"0.3.1">>}.
22 + {<<"version">>,<<"0.3.2">>}.
  @@ -10,7 +10,7 @@ defmodule KafkaImpl.Mixfile do
10 10 elixir: "~> 1.3",
11 11 package: package(),
12 12 start_permanent: Mix.env == :prod,
13 - version: "0.3.1",
13 + version: "0.3.2",
14 14 ]
15 15 end
16 16
  @@ -37,8 +37,8 @@ defmodule KafkaImpl.Mixfile do
37 37 files: ["lib", "mix.exs", "CHANGELOG.md", "README.md", "LICENSE.txt"],
38 38 maintainers: ["Donald Plummer"],
39 39 licenses: ["MIT"],
40 - links: %{"GitHub" => "https://github.com/avvo/avrolixr",
41 - "Docs" => "https://hexdocs.pm/avrolixr"}
40 + links: %{"GitHub" => "https://github.com/avvo/kafka_impl",
41 + "Docs" => "https://hexdocs.pm/kafka_impl"}
42 42 ]
43 43 end
44 44 end