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 aad8be7 commit 4b149d1Copy full SHA for 4b149d1
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Protobuf.Mixfile do
2
use Mix.Project
3
4
- @version "0.8.0-beta"
+ @version "0.8.0-beta.1"
5
6
def project do
7
[
@@ -51,7 +51,7 @@ defmodule Protobuf.Mixfile do
51
licenses: ["MIT"],
52
links: %{"GitHub" => "https://github.com/tony612/protobuf-elixir"},
53
files:
54
- ~w(mix.exs README.md lib/google lib/protobuf lib/protobuf.ex src LICENSE priv/templates .formatter.exs)
+ ~w(mix.exs README.md lib/google lib/protobuf lib/*.ex src LICENSE priv/templates .formatter.exs)
55
]
56
end
57
0 commit comments