Skip to content

Commit 969f9c1

Browse files
fahchenpolvalente
andauthored
fix: add priv to package (#360)
* fix: add priv to package * Update mix.exs --------- Co-authored-by: Paulo Valente <[email protected]>
1 parent 2929448 commit 969f9c1

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.8.0"
4+
@version "0.8.1"
55

66
def project do
77
[
@@ -60,7 +60,7 @@ defmodule GRPC.Mixfile do
6060
maintainers: ["Bing Han", "Paulo Valente"],
6161
licenses: ["Apache 2"],
6262
links: %{"GitHub" => "https://github.com/elixir-grpc/grpc"},
63-
files: ~w(mix.exs README.md lib src config LICENSE .formatter.exs)
63+
files: ~w(mix.exs README.md lib src config priv/templates LICENSE .formatter.exs)
6464
}
6565
end
6666

0 commit comments

Comments
 (0)