Skip to content

Commit

Permalink
prepare for v0.6.0 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente authored Jun 14, 2023
1 parent c96cf72 commit 0b0d6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GRPC.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down Expand Up @@ -53,7 +53,7 @@ defmodule GRPC.Mixfile do

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

0 comments on commit 0b0d6c0

Please sign in to comment.