Skip to content

Commit 8b8c928

Browse files
committed
Release v0.2.2
1 parent 34e6959 commit 8b8c928

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

mix.exs

+3-2
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.2-dev",
8+
version: "0.2.2",
99
elixir: "== 0.13.3 or ~> 0.14.0",
1010
deps: deps,
1111
build_per_environment: false,
@@ -24,7 +24,8 @@ defmodule Decimal.Mixfile do
2424
end
2525

2626
defp deps do
27-
[ { :ex_doc, github: "elixir-lang/ex_doc", only: :dev } ]
27+
[ { :ex_doc, github: "elixir-lang/ex_doc", only: :dev },
28+
{ :markdown, github: "devinus/markdown", only: :dev } ]
2829
end
2930

3031
defp description do

mix.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
%{"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "4a6391bf2d6dacec8c6b52ef2506fb5607eb894c", []}}
1+
%{"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "ca476cd10556b079a7b2ab421c9fdf3425afbe8a", []},
2+
"hoedown": {:git, "git://github.com/hoedown/hoedown.git", "0610117f44b173a4e2112afb2f510156a32355b5", []},
3+
"markdown": {:git, "git://github.com/devinus/markdown.git", "734db3b3a0c983ea0444dcbfbbcae8256db17019", []}}

0 commit comments

Comments
 (0)