Skip to content

Commit 001dc6f

Browse files
committed
Update mix.exs for hexdocs details
Used plug's mix.exs as reference
1 parent 4b31dd7 commit 001dc6f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

mix.exs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
defmodule Hound.Mixfile do
22
use Mix.Project
33

4+
@version "0.7.2"
5+
46
def project do
57
[ app: :hound,
6-
version: "0.7.1",
8+
version: @version,
79
elixir: ">= 1.0.4",
810
description: "Webdriver library for integration testing and browser automation",
911
deps: deps,
10-
package: package
12+
package: package,
13+
docs: [readme: "README.md", main: "README",
14+
source_ref: "v#{@version}",
15+
source_url: "https://github.com/HashNuke/hound"]
1116
]
1217
end
1318

0 commit comments

Comments
 (0)