diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ defmodule Locusts.MixProject do def project do [ app: :locusts, - version: "1.0.0", + version: "0.0.0", elixir: "~> 1.0", start_permanent: Mix.env() == :prod, deps: deps(), @@ -29,7 +29,7 @@ defmodule Locusts.MixProject do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} - {:ex_doc, ">= 0.0.0", only: :dev, runtime: false} + {:ex_doc, ">= 0.0.1", only: :dev, runtime: false} ] end |