Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 29, 2010
1 parent 369a819 commit 608c2e2
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.1.3'
s.version = '0.1.4'
s.date = '2010-06-29'
s.rubyforge_project = 'excon'

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.3'
VERSION = '0.1.4'
end

CHUNK_SIZE = 1048576 # 1 megabyte
Expand Down

0 comments on commit 608c2e2

Please sign in to comment.