Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Dec 23, 2010
1 parent 84da217 commit 1195076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion excon.gemspec
Expand Up @@ -13,7 +13,7 @@ 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 = 'excon'
s.version = '0.3.5'
s.version = '0.3.6'
s.date = '2010-12-22'
s.rubyforge_project = 'excon'

Expand Down
2 changes: 1 addition & 1 deletion lib/excon.rb
Expand Up @@ -13,7 +13,7 @@
module Excon

unless const_defined?(:VERSION)
VERSION = '0.3.5'
VERSION = '0.3.6'
end

unless const_defined?(:CHUNK_SIZE)
Expand Down

0 comments on commit 1195076

Please sign in to comment.