Skip to content

Commit

Permalink
fix: add priv to package (#360)
Browse files Browse the repository at this point in the history
* fix: add priv to package

* Update mix.exs

---------

Co-authored-by: Paulo Valente <[email protected]>
  • Loading branch information
fahchen and polvalente authored Apr 8, 2024
1 parent 2929448 commit 969f9c1
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.8.0"
@version "0.8.1"

def project do
[
Expand Down Expand Up @@ -60,7 +60,7 @@ defmodule GRPC.Mixfile do
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)
files: ~w(mix.exs README.md lib src config priv/templates LICENSE .formatter.exs)
}
end

Expand Down

0 comments on commit 969f9c1

Please sign in to comment.