Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 29, 2010
1 parent 0f5b880 commit ba8e45b
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.1.2'
s.date = '2010-06-23'
s.version = '0.1.3'
s.date = '2010-06-29'
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.1.2'
VERSION = '0.1.3'
end

CHUNK_SIZE = 1048576 # 1 megabyte
Expand Down

0 comments on commit ba8e45b

Please sign in to comment.