Skip to content

Commit

Permalink
Update version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez committed Oct 31, 2023
1 parent 0713caa commit b74b013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.2.3",
"User-Agent": "Node.js Veryfi-Nodejs/1.2.4",
"Accept": "application/json",
"Content-Type": "application/json",
"Client-Id": this.client_id,
Expand Down
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.2.3",
"version": "1.2.4",
"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 b74b013

Please sign in to comment.