Bump version to 0.5.4

This commit is contained in:
Erik Michaels-Ober 2011-01-11 10:56:59 -08:00
parent ed6a9579b6
commit 14ffe542f7
2 changed files with 3 additions and 3 deletions

View File

@ -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.5.3'
s.date = '2010-12-20'
s.version = '0.5.4'
s.date = '2011-01-11'
s.rubyforge_project = 'faraday'
## Make sure your summary is short. The description may be as long

View File

@ -1,5 +1,5 @@
module Faraday
VERSION = "0.5.3"
VERSION = "0.5.4"
class << self
attr_accessor :default_adapter