Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 12, 2010
1 parent b308bc1 commit 5cb3d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions excon.gemspec
Expand Up @@ -13,8 +13,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 = 'excon'
s.version = '0.2.3'
s.date = '2010-09-29'
s.version = '0.2.4'
s.date = '2010-10-11'
s.rubyforge_project = 'excon'

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/excon.rb
Expand Up @@ -16,7 +16,7 @@
module Excon

unless const_defined?(:VERSION)
VERSION = '0.2.3'
VERSION = '0.2.4'
end

CHUNK_SIZE = 1048576 # 1 megabyte
Expand Down

0 comments on commit 5cb3d4e

Please sign in to comment.