Skip to content

Commit db695ec

Browse files
committed
bump 0.10.2 -> 0.11.0
1 parent 0cfb96d commit db695ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The package can be installed as:
4141
```elixir
4242
def deps do
4343
[
44-
{:grpc, "~> 0.10"},
44+
{:grpc, "~> 0.11"},
4545
{:protobuf, "~> 0.14"}, # optional for import wellknown google types
4646
{:grpc_reflection, "~> 0.2"} # optional enable grpc reflection
4747
]
@@ -316,7 +316,7 @@ In mix.exs:
316316
```elixir
317317
def deps do
318318
[
319-
{:grpc, "~> 0.10"},
319+
{:grpc, "~> 0.11"},
320320
{:protobuf_generate, "~> 0.1.3"}
321321
]
322322
end

mix.exs

Lines changed: 1 addition & 1 deletion
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.10.2"
4+
@version "0.11.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)