Skip to content

Commit 0b0d6c0

Browse files
authored
prepare for v0.6.0 (#318)
1 parent c96cf72 commit 0b0d6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GRPC.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.6.0"
55

66
def project do
77
[
@@ -53,7 +53,7 @@ defmodule GRPC.Mixfile do
5353

5454
defp package do
5555
%{
56-
maintainers: ["Bing Han"],
56+
maintainers: ["Bing Han", "Paulo Valente"],
5757
licenses: ["Apache 2"],
5858
links: %{"GitHub" => "https://github.com/elixir-grpc/grpc"},
5959
files: ~w(mix.exs README.md lib src config LICENSE .formatter.exs)

0 commit comments

Comments
 (0)