Skip to content

Commit

Permalink
1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 27, 2010
1 parent 226e719 commit 69c0fe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
#Changelog

## In Git
## 1.1.1 (August 26, 2010)

* Updated to use and require FakeWeb 1.3.0. It includes a fix for a bug related to multiple values for the
same response header.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
vcr (1.1.0)
vcr (1.1.1)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -3,7 +3,7 @@ module VCR

def version
@version ||= begin
string = [1, 1, 0].join('.')
string = [1, 1, 1].join('.')

def string.parts; VCR.version.split('.').map { |p| p.to_i }; end
def string.major; parts[0]; end
Expand Down

0 comments on commit 69c0fe7

Please sign in to comment.