Commit 4d9e570da8064d86164a23e9799054e8b9ee1ffa

Authored by Andrew Kane
1 parent 0090c221

Version bump to 3.1.1 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 3.1.1 [unreleased]
  1 +## 3.1.1
2 2  
3 3 - Fixed `current: false`
4 4 - Fixed `last` with `group_by_quarter`
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "3.1.0"
  2 + VERSION = "3.1.1"
3 3 end
... ...