diff --git a/README.md b/README.md index 8d515de..ddc2c2f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Parse Cron Format Strings, Write Cron Format Strings and Caluclate Execution Dat ```elixir def deps do - [{:crontab, "~> 1.1.0"}] + [{:crontab, "~> 1.1.2"}] end ``` diff --git a/mix.exs b/mix.exs index 771b014..2c8569a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crontab.Mixfile do use Mix.Project - @version "1.1.1" + @version "1.1.2" def project do [app: :crontab,