diff --git a/README.md b/README.md index 419185a..337712e 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, "~> 0.8.0"}] + [{:crontab, "~> 0.8.2"}] end ``` diff --git a/mix.exs b/mix.exs index e9fb862..c1b497c 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Crontab.Mixfile do def project do [app: :crontab, - version: "0.8.1", + version: "0.8.2", elixir: "~> 1.3", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,