Skip to content

Commit 4b149d1

Browse files
committed
fix package files and bump to 0.8.0-beta.1
1 parent aad8be7 commit 4b149d1

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 Protobuf.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.0-beta"
4+
@version "0.8.0-beta.1"
55

66
def project do
77
[
@@ -51,7 +51,7 @@ defmodule Protobuf.Mixfile do
5151
licenses: ["MIT"],
5252
links: %{"GitHub" => "https://github.com/tony612/protobuf-elixir"},
5353
files:
54-
~w(mix.exs README.md lib/google lib/protobuf lib/protobuf.ex src LICENSE priv/templates .formatter.exs)
54+
~w(mix.exs README.md lib/google lib/protobuf lib/*.ex src LICENSE priv/templates .formatter.exs)
5555
]
5656
end
5757
end

0 commit comments

Comments
 (0)