Skip to content

Commit 5683895

Browse files
committed
Update version in mix.exs
1 parent a5404ab commit 5683895

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mix.exs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
defmodule Excoding.MixProject do
22
use Mix.Project
33

4+
@version "0.1.1"
5+
46
def project do
57
[
68
app: :excoding,
7-
version: "0.1.0",
9+
version: @version,
810
elixir: "~> 1.9",
911
start_permanent: Mix.env() == :prod,
1012
deps: deps(),
@@ -36,7 +38,7 @@ defmodule Excoding.MixProject do
3638
maintainers: ["Kevin Seidel"],
3739
licenses: ["MIT"],
3840
links: %{"GitHub" => "https://github.com/moogle19/excoding"},
39-
files: ~w(.formatter.exs mix.exs README.md lib native)
41+
files: ~w(.formatter.exs mix.exs README.md lib native checksum-*.exs)
4042
]
4143
end
4244
end

0 commit comments

Comments
 (0)