Bump 1.1.0

This commit is contained in:
Dzmitry Plashchynski
2016-11-30 00:43:52 +02:00
parent 137dfe6d19
commit 1cf37ee30f
4 changed files with 13 additions and 2 deletions

View File

@@ -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?

View File

@@ -1,3 +1,3 @@
module Crono
VERSION = '1.0.3'
VERSION = '1.1.0'
end