Skip to content

Commit 88d6d77

Browse files
committed
Fix
1 parent d6175ba commit 88d6d77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Edgar.Mixfile do
33

44
def project do
55
[app: :swab,
6-
version: "1.0.3",
6+
version: "1.0.4",
77
elixir: "~> 1.2",
88
description: description(),
99
package: package(),
@@ -22,16 +22,16 @@ defmodule Edgar.Mixfile do
2222
end
2323

2424
defp description() do
25-
"General purpose buffer handling module "
25+
"General purpose buffer handling module."
2626
end
2727

2828
defp package() do
2929
[
3030
# These are the default files included in the package
31-
files: ["src", "doc", "priv", "mix.exs", "README.md", "LICENSE", "Makefile", "erlang.mk", "rebar.config"],
31+
files: ["src", "doc", "priv", "mix.exs", "include", "README.md", "LICENSE", "Makefile", "erlang.mk", "rebar.config"],
3232
maintainers: ["Eric Pailleau"],
3333
licenses: ["ISC"],
34-
links: %{"GitHub" => "https://github.com/crownedgrouse/edgar"}
34+
links: %{"GitHub" => "https://github.com/crownedgrouse/swab"}
3535
]
3636
end
3737
end

0 commit comments

Comments
 (0)