Commit 3adfdf31bf26c6400454b95daeb2ce747490feef

Authored by Andrew Kane
1 parent 7c85a0e6

Version bump

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 1.0.1
  2 +
  3 +- Fixed series for Rails < 3.2 and MySQL 2
  4 +
1 5 ## 1.0.0
2 6  
3 7 - First major release
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "1.0.0"
  2 + VERSION = "1.0.1"
3 3 end
... ...