Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.034.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dmanto committed Jan 18, 2024
1 parent e659ffc commit 70d0517
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/dmanto/Mojolicious-Plugin-Cron"
}
},
"version" : "0.033",
"version" : "0.034",
"x_contributors" : [
"Daniel Mantovani <daniel@MBP-daniel.local>",
"Daniel Mantovani <daniel@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Cron.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 70d0517

Please sign in to comment.