Skip to content

Commit

Permalink
update package version and url in mix.exs for dwyl/learn-elixir#95
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 15, 2019
1 parent 085df1e commit d5bb2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Quotes.MixProject do
def project do
[
app: :quotes,
version: "0.1.0",
version: "1.0.0",
package: package(),
description: description(),
elixir: "~> 1.9",
Expand Down Expand Up @@ -36,15 +36,15 @@ defmodule Quotes.MixProject do
end

defp description() do
"quotes is a collection of inspiring quotes and methods to return them."
"a collection of inspiring quotes and methods to return them."
end

defp package() do
[
name: "quotes",
licenses: ["GNU GPL v2.0"],
maintainers: ["dwyl"],
links: %{"GitHub" => "https://github.com/nelsonic/quotes"}
links: %{"GitHub" => "https://github.com/dwyl/quotes"}
]
end
end

0 comments on commit d5bb2aa

Please sign in to comment.