mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-29 13:51:58 +02:00
Bump 1.1.0
This commit is contained in:
@@ -23,6 +23,7 @@ module Crono
|
||||
return initial_next unless since
|
||||
@next = @period.since(since)
|
||||
end
|
||||
|
||||
@next = @next.beginning_of_week.advance(days: @on) if @on
|
||||
@next = @next.change(time_atts)
|
||||
return @next if @next.future?
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Crono
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.1.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user