Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Version bump to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung488 committed Sep 11, 2018
1 parent 7f70457 commit dad6f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/hello_sign/api/signature_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def signature_request_files(opts)
separator = opts[:file_type].nil? ? '?' : '&'
path = path + "#{separator}get_url=#{opts[:get_url]}"
end

get(path)[:body]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/hello_sign/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#

module HelloSign
VERSION = '3.7.2'
VERSION = '3.7.3'
end

0 comments on commit dad6f7b

Please sign in to comment.