Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jun 12, 2011
1 parent 11011ac commit 2ce28e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faraday.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'faraday'
s.version = '0.7.1'
s.date = '2011-06-09'
s.version = '0.7.2'
s.date = '2011-06-12'
s.rubyforge_project = 'faraday'

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faraday
VERSION = "0.7.1"
VERSION = "0.7.2"

class << self
attr_accessor :default_adapter
Expand Down

0 comments on commit 2ce28e9

Please sign in to comment.