diff --git a/README.md b/README.md index 3fa45bd..31243a0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add `eye_drops` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:eye_drops, "~> 1.0.0"}] + [{:eye_drops, "~> 1.1.0"}] end ``` diff --git a/mix.exs b/mix.exs index a449684..248bec0 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Mix.Tasks.EyeDrops.Mixfile do def project do [app: :eye_drops, - version: "1.0.1", + version: "1.1.0", elixir: "~> 1.1", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,