Skip to content

Commit

Permalink
bumped version for new internal gem build (still not ready for genera…
Browse files Browse the repository at this point in the history
…l release)
  • Loading branch information
pauldix committed Apr 17, 2009
1 parent 2e53cc9 commit 0345662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-machine.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{http-machine}
s.version = "0.0.3"
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand Down
2 changes: 1 addition & 1 deletion lib/http-machine.rb
Expand Up @@ -10,7 +10,7 @@
require 'http-machine/remote'

module HTTPMachine
VERSION = "0.0.3"
VERSION = "0.0.4"

def self.add_after_service_access_callback(&block)
@after_service_access_callbacks ||= []
Expand Down

0 comments on commit 0345662

Please sign in to comment.