Commit 4a27739e17dbb5f675d134cd43d1fa594fc49e64

Authored by Andrew Kane
1 parent bd6b17da

Version bump

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
  1 +# 2.0.4
  2 +
  3 +- added multiple groups
  4 +- added order
  5 +- subsequent methods no longer modify relation
  6 +
1 # 2.0.3 7 # 2.0.3
2 8
3 - implemented respond_to? 9 - implemented respond_to?
lib/groupdate/version.rb
1 module Groupdate 1 module Groupdate
2 - VERSION = "2.0.3" 2 + VERSION = "2.0.4"
3 end 3 end