Commit cb505b9a554d8720e1fb529246b2c4aefae9b71a

Authored by Andrew Kane
1 parent 8d48bc92

Version bump

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
  1 +## 1.0.3
  2 +
  3 +- Fixed deprecation warning when used with will_paginate
  4 +- Fixed bug with DateTime series
  5 +
1 ## 1.0.2 6 ## 1.0.2
2 7
3 - Added :start option for custom week start for group_by_week 8 - Added :start option for custom week start for group_by_week
lib/groupdate/version.rb
1 module Groupdate 1 module Groupdate
2 - VERSION = "1.0.2" 2 + VERSION = "1.0.3"
3 end 3 end