Skip to content

Commit 73e4d0f

Browse files
committed
Add VERSION to package files
Closes #60.
1 parent e567f79 commit 73e4d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule CAStore.MixProject do
4242

4343
defp package do
4444
[
45-
files: ["lib/castore.ex", "priv", "mix.exs", "README.md"],
45+
files: ["lib/castore.ex", "priv", "mix.exs", "README.md", "VERSION"],
4646
licenses: ["Apache-2.0"],
4747
links: %{"GitHub" => @repo_url}
4848
]

0 commit comments

Comments
 (0)