Skip to content

Commit

Permalink
Bumped version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Jul 29, 2009
1 parent a8ae829 commit 669493d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/service_proxy/base.rb
Expand Up @@ -11,7 +11,7 @@

module ServiceProxy
class Base
VERSION = '0.1.2'
VERSION = '0.1.4'

attr_accessor :endpoint, :service_methods, :soap_actions, :service_uri, :http, :service_http, :uri, :debug, :wsdl, :target_namespace, :service_ports

Expand Down
2 changes: 1 addition & 1 deletion serviceproxy.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{serviceproxy}
s.version = '0.1.3'
s.version = '0.1.4'

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

0 comments on commit 669493d

Please sign in to comment.