Skip to content

Commit

Permalink
Update mix.exs for hexdocs details
Browse files Browse the repository at this point in the history
Used plug's mix.exs as reference
  • Loading branch information
HashNuke committed Jun 7, 2015
1 parent 4b31dd7 commit 001dc6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
defmodule Hound.Mixfile do
use Mix.Project

@version "0.7.2"

def project do
[ app: :hound,
version: "0.7.1",
version: @version,
elixir: ">= 1.0.4",
description: "Webdriver library for integration testing and browser automation",
deps: deps,
package: package
package: package,
docs: [readme: "README.md", main: "README",
source_ref: "v#{@version}",
source_url: "https://github.com/HashNuke/hound"]
]
end

Expand Down

0 comments on commit 001dc6f

Please sign in to comment.