Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Sep 4, 2014
1 parent 7a2bda4 commit b103d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def client
:password => sfdc_auth_config['password'],
:security_token => sfdc_auth_config['security_token'],
:client_id => sfdc_auth_config['client_id'],
:client_secret => sfdc_auth_config['client_secret']
:client_secret => sfdc_auth_config['client_secret'],
:api_version => sfdc_auth_config['api_version']
end
else
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.10"
VERSION = "0.1.11"
end

0 comments on commit b103d81

Please sign in to comment.