Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Oct 3, 2017
1 parent 9d2beee commit 23edcb7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ defmodule Statix.Mixfile do
use Mix.Project

def project() do
[app: :statix,
name: "Statix",
version: "1.0.0",
elixir: "~> 1.2",
description: description(),
package: package(),
deps: deps()]
[
app: :statix,
name: "Statix",
version: "1.0.1",
elixir: "~> 1.2",
description: description(),
package: package(),
deps: deps(),
]
end

def application() do
Expand All @@ -20,9 +22,11 @@ defmodule Statix.Mixfile do
end

defp package() do
[maintainers: ["Aleksei Magusev", "Andrea Leopardi"],
licenses: ["ISC"],
links: %{"GitHub" => "https://github.com/lexmag/statix"}]
[
maintainers: ["Aleksei Magusev", "Andrea Leopardi"],
licenses: ["ISC"],
links: %{"GitHub" => "https://github.com/lexmag/statix"},
]
end

defp deps() do
Expand Down

0 comments on commit 23edcb7

Please sign in to comment.