Skip to content

Commit 7f03f6b

Browse files
committed
2.2.2 release.
1 parent 2bff070 commit 7f03f6b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## In git
22

3-
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.1...master)
3+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.2...master)
4+
5+
## 2.2.2 (June 15, 2012)
6+
7+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.1...v2.2.2)
48

59
Bug Fixes:
610

lib/vcr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VCR
1010
# * `parts` [Array<Integer>] List of the version parts.
1111
def version
1212
@version ||= begin
13-
string = '2.2.1'
13+
string = '2.2.2'
1414

1515
def string.parts
1616
split('.').map { |p| p.to_i }

0 commit comments

Comments
 (0)