From b694e4d83dab7ad17b32e6217b6ca1f8cb289b57 Mon Sep 17 00:00:00 2001 From: Richard Kotze Date: Sun, 21 Feb 2016 20:48:42 +0000 Subject: [PATCH] increment minor version number. --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,