From 5e93ad00fcfc714ce0314f6ff0bd4be18cc0ef46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Sun, 22 Jan 2017 16:28:53 +0000 Subject: [PATCH] Bump version to v1.0.0-beta.4 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b8ebf..4c05200 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.3"}] + [{:crontab, "~> 1.0.0-beta.4"}] end ``` diff --git a/mix.exs b/mix.exs index d045ebe..7246816 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crontab.Mixfile do use Mix.Project - @version "1.0.0-beta.3" + @version "1.0.0-beta.4" def project do [app: :crontab,