We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0844ef7 commit 96f1db6Copy full SHA for 96f1db6
mix.exs
@@ -5,7 +5,7 @@ defmodule Decimal.Mixfile do
5
6
def project do
7
[ app: :decimal,
8
- version: "0.2.1-dev",
+ version: "0.2.1",
9
elixir: "0.13.3",
10
deps: deps,
11
build_per_environment: false,
@@ -36,7 +36,7 @@ defmodule Decimal.Mixfile do
36
defp package do
37
[ contributors: ["Eric Meadows-Jönsson"],
38
licenses: ["Apache 2.0"],
39
- links: [ { "Github", "https://github.com/ericmj/decimal" },
40
- { "Documentation", "http://ericmj.github.io/decimal" } ] ]
+ links: %{"Github" => "https://github.com/ericmj/decimal",
+ "Documentation" => "http://ericmj.github.io/decimal"} ]
41
end
42
0 commit comments