Skip to content

Commit

Permalink
Remove useless docs link + version bump (0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Feb 27, 2017
1 parent beb1737 commit d332ec1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Paddle.Mixfile do

def project do
[app: :paddle,
version: "0.1.0",
version: "0.1.1",
description: "A library simplifying LDAP usage",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
Expand Down Expand Up @@ -43,8 +43,7 @@ defmodule Paddle.Mixfile do
[name: :paddle,
maintainers: ["Rémi Nicole"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/ClubNix/paddle",
"Docs" => "https://hexdocs.pm/paddle/Paddle.html"}]
links: %{"GitHub" => "https://github.com/ClubNix/paddle"}]
end

end

0 comments on commit d332ec1

Please sign in to comment.