Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.031.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 0cf95ef..5432c83 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 {{$NEXT}}
 
+0.031 2020-07-21T20:36:18Z
+    - fix github action badges
+
 0.030 2020-07-21T19:37:43Z
     - Use github actions instead of travis/appveyor
     - Fix documentation issue (dmanto#10) (thanks themage)
  • Loading branch information
skrdaniel committed Jul 21, 2020
1 parent 1ec6558 commit a4c132c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{$NEXT}}

0.031 2020-07-21T20:36:18Z
- fix github action badges

0.030 2020-07-21T19:37:43Z
- Use github actions instead of travis/appveyor
- Fix documentation issue (#10) (thanks themage)
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.030",
"version" : "0.031",
"x_contributors" : [
"Daniel Mantovani <[email protected]>",
"Daniel Mantovani <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Actions Status](https://github.com/dmanto/Mojolicious-Plugin-Cron/workflows/$workflow_name/badge.svg)](https://github.com/dmanto/Mojolicious-Plugin-Cron/actions)
[![Actions Status](https://github.com/dmanto/Mojolicious-Plugin-Cron/workflows/linux/badge.svg)](https://github.com/dmanto/Mojolicious-Plugin-Cron/actions) [![Actions Status](https://github.com/dmanto/Mojolicious-Plugin-Cron/workflows/windows/badge.svg)](https://github.com/dmanto/Mojolicious-Plugin-Cron/actions) [![Actions Status](https://github.com/dmanto/Mojolicious-Plugin-Cron/workflows/macos/badge.svg)](https://github.com/dmanto/Mojolicious-Plugin-Cron/actions)
# NAME

Mojolicious::Plugin::Cron - a Cron-like helper for Mojolicious and Mojolicious::Lite projects
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.030";
our $VERSION = "0.031";
use constant CRON_DIR => 'mojo_cron_';
my $crondir;

Expand Down

0 comments on commit a4c132c

Please sign in to comment.