Commit dd0e092e0ec9722300fb294774571e9902a131eb

Authored by Andrew Kane
1 parent c9305efd

Version bump

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 1.0.2
  2 +
  3 +- Added :start option for custom week start for group_by_week
  4 +
1 5 ## 1.0.1
2 6  
3 7 - Fixed series for Rails < 3.2 and MySQL
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "1.0.1"
  2 + VERSION = "1.0.2"
3 3 end
... ...