Skip to content

Commit 96f1db6

Browse files
committed
Bump to v0.2.1
1 parent 0844ef7 commit 96f1db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Decimal.Mixfile do
55

66
def project do
77
[ app: :decimal,
8-
version: "0.2.1-dev",
8+
version: "0.2.1",
99
elixir: "0.13.3",
1010
deps: deps,
1111
build_per_environment: false,
@@ -36,7 +36,7 @@ defmodule Decimal.Mixfile do
3636
defp package do
3737
[ contributors: ["Eric Meadows-Jönsson"],
3838
licenses: ["Apache 2.0"],
39-
links: [ { "Github", "https://github.com/ericmj/decimal" },
40-
{ "Documentation", "http://ericmj.github.io/decimal" } ] ]
39+
links: %{"Github" => "https://github.com/ericmj/decimal",
40+
"Documentation" => "http://ericmj.github.io/decimal"} ]
4141
end
4242
end

0 commit comments

Comments
 (0)