diff --git a/README.md b/README.md index 103a63f..f7b8ebf 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.0.0-beta.2"}] + [{:crontab, "~> 1.0.0-beta.3"}] end ``` diff --git a/mix.exs b/mix.exs index 062be16..d045ebe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crontab.Mixfile do use Mix.Project - @version "1.0.0-beta.2" + @version "1.0.0-beta.3" def project do [app: :crontab,