We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96cf72 commit 0b0d6c0Copy full SHA for 0b0d6c0
mix.exs
@@ -1,7 +1,7 @@
1
defmodule GRPC.Mixfile do
2
use Mix.Project
3
4
- @version "0.5.0"
+ @version "0.6.0"
5
6
def project do
7
[
@@ -53,7 +53,7 @@ defmodule GRPC.Mixfile do
53
54
defp package do
55
%{
56
- maintainers: ["Bing Han"],
+ maintainers: ["Bing Han", "Paulo Valente"],
57
licenses: ["Apache 2"],
58
links: %{"GitHub" => "https://github.com/elixir-grpc/grpc"},
59
files: ~w(mix.exs README.md lib src config LICENSE .formatter.exs)
0 commit comments