Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jun 18, 2014
1 parent 34e6959 commit 8b8c928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Decimal.Mixfile do

def project do
[ app: :decimal,
version: "0.2.2-dev",
version: "0.2.2",
elixir: "== 0.13.3 or ~> 0.14.0",
deps: deps,
build_per_environment: false,
Expand All @@ -24,7 +24,8 @@ defmodule Decimal.Mixfile do
end

defp deps do
[ { :ex_doc, github: "elixir-lang/ex_doc", only: :dev } ]
[ { :ex_doc, github: "elixir-lang/ex_doc", only: :dev },
{ :markdown, github: "devinus/markdown", only: :dev } ]
end

defp description do
Expand Down
4 changes: 3 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
%{"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "4a6391bf2d6dacec8c6b52ef2506fb5607eb894c", []}}
%{"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "ca476cd10556b079a7b2ab421c9fdf3425afbe8a", []},
"hoedown": {:git, "git://github.com/hoedown/hoedown.git", "0610117f44b173a4e2112afb2f510156a32355b5", []},
"markdown": {:git, "git://github.com/devinus/markdown.git", "734db3b3a0c983ea0444dcbfbbcae8256db17019", []}}

0 comments on commit 8b8c928

Please sign in to comment.