Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Apr 21, 2009
1 parent 7aef6b0 commit 250bde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/typhoeus.rb
Expand Up @@ -10,7 +10,7 @@
require 'typhoeus/remote'

module Typhoeus
VERSION = "0.0.4"
VERSION = "0.0.5"

def self.add_after_service_access_callback(&block)
@after_service_access_callbacks ||= []
Expand Down
2 changes: 1 addition & 1 deletion typhoeus.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{typhoeus}
s.version = "0.0.4"
s.version = "0.0.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand Down

0 comments on commit 250bde5

Please sign in to comment.