Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jun 11, 2014
1 parent a90ec83 commit ecddc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## v2.2.3

* Handle `its(:attr) { should have(n).items }`. ([#68](https://github.com/yujinakayama/transpec/pull/68))

## v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Transpec
module Version
MAJOR = 2
MINOR = 2
PATCH = 2
PATCH = 3

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit ecddc79

Please sign in to comment.