From 4f9165b96ec114575b7476517df85d0658b57fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20Ma=CC=88nnchen?= Date: Wed, 27 Sep 2017 11:17:48 +0000 Subject: [PATCH] Bump Version to v1.1.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,