We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8702353 commit 173b503Copy full SHA for 173b503
1 file changed
signaturit.js
@@ -24,7 +24,7 @@ function request (deferred, method, path, qs, body) {
24
bearer: _credentials
25
},
26
headers: {
27
- 'User-Agent': 'signaturit-node-sdk 1.0.0'
+ 'User-Agent': 'signaturit-node-sdk 1.0.1'
28
29
json: true
30
}, function (error, response, body) {
0 commit comments