Commit 3d846594a0355b3053c6b8c3015c85b01ece852e

Authored by Andrew Kane
1 parent 604c559e

Version bump

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +# 2.0.1
  2 +
  3 +- Use time zone instead of UTC for results
  4 +
1 5 # 2.0.0
2 6  
3 7 - Returns entire series by default
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "2.0.0"
  2 + VERSION = "2.0.1"
3 3 end
... ...