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 2929448 commit 969f9c1Copy full SHA for 969f9c1
mix.exs
@@ -1,7 +1,7 @@
1
defmodule GRPC.Mixfile do
2
use Mix.Project
3
4
- @version "0.8.0"
+ @version "0.8.1"
5
6
def project do
7
[
@@ -60,7 +60,7 @@ defmodule GRPC.Mixfile do
60
maintainers: ["Bing Han", "Paulo Valente"],
61
licenses: ["Apache 2"],
62
links: %{"GitHub" => "https://github.com/elixir-grpc/grpc"},
63
- files: ~w(mix.exs README.md lib src config LICENSE .formatter.exs)
+ files: ~w(mix.exs README.md lib src config priv/templates LICENSE .formatter.exs)
64
}
65
end
66
0 commit comments