From 70d0517cb9cae7107125e9e23c00af09c697ae5e Mon Sep 17 00:00:00 2001 From: Daniel Mantovani Date: Thu, 18 Jan 2024 20:07:15 -0300 Subject: [PATCH] Checking in changes prior to tagging of version 0.034. Changelog diff is: diff --git a/Changes b/Changes index f1a7da1..f2d9ca9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.034 2024-01-18T23:06:53Z + - update dependences (mainly Mojolicious@9.35) 0.033 2021-02-25T20:50:55Z --- Changes | 2 ++ META.json | 2 +- lib/Mojolicious/Plugin/Cron.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index f1a7da1..f2d9ca9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.034 2024-01-18T23:06:53Z + - update dependences (mainly Mojolicious@9.35) 0.033 2021-02-25T20:50:55Z diff --git a/META.json b/META.json index 0e89ef3..8325d50 100644 --- a/META.json +++ b/META.json @@ -66,7 +66,7 @@ "web" : "https://github.com/dmanto/Mojolicious-Plugin-Cron" } }, - "version" : "0.033", + "version" : "0.034", "x_contributors" : [ "Daniel Mantovani ", "Daniel Mantovani ", diff --git a/lib/Mojolicious/Plugin/Cron.pm b/lib/Mojolicious/Plugin/Cron.pm index e2440b6..aa6f169 100644 --- a/lib/Mojolicious/Plugin/Cron.pm +++ b/lib/Mojolicious/Plugin/Cron.pm @@ -8,7 +8,7 @@ use Algorithm::Cron; use Carp 'croak'; -our $VERSION = "0.033"; +our $VERSION = "0.034"; use constant CRON_DIR => 'mojo_cron_'; my $crondir;