Skip to content

Commit

Permalink
Add release 1.3.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez committed Jun 10, 2024
1 parent 07de941 commit f5dcc78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Client.prototype._check_w2_version = function () {
*/
Client.prototype._get_headers = function (has_files = false) {
let final_headers = {
"User-Agent": "Node.js Veryfi-Nodejs/1.3.0",
"User-Agent": "Node.js Veryfi-Nodejs/1.3.1",
"Accept": "application/json",
"Content-Type": "application/json",
"Client-Id": this.client_id,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veryfi/veryfi-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Node.js module for communicating with the Veryfi OCR API",
"main": "lib/main.js",
"typings": "lib/types/main.d.ts",
Expand Down

0 comments on commit f5dcc78

Please sign in to comment.