diff --git a/META6.json b/META6.json index 8161968..4d897d8 100644 --- a/META6.json +++ b/META6.json @@ -22,5 +22,5 @@ "Test::META" ], "description" : "Low-level Scheduling thingy for Perl6", - "version" : "0.0.4" + "version" : "0.0.5" } diff --git a/lib/Chronic.pm b/lib/Chronic.pm index 1db61f6..5d23523 100644 --- a/lib/Chronic.pm +++ b/lib/Chronic.pm @@ -189,7 +189,7 @@ The day of the week (starting on Monday) in the range 1 .. 7 =end pod -class Chronic:ver<0.0.4>:auth { +class Chronic:ver<0.0.5>:auth { class Description { sub expand-expression(Str $exp, Range $r) returns Array[Int] {