Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Mar 22, 2024
1 parent ef96665 commit 57dd356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/command-line/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ function decodeFileStreamAsync(fileName) {
try {
var result = await dbr.decodeFileStreamAsync(buffer, fileSize, barcodeTypes, template);
console.log(result);

// dbr.destroyInstance();
setTimeout(() => {
console.log('terminated');
}, 1000);
} catch (error) {
console.log(error);
}
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": "barcode4nodejs",
"version": "9.6.31",
"version": "9.6.40",
"description": "Node.js bindings to Dynamsoft Barcode Reader C/C++ SDK.",
"keywords": [
"barcode",
Expand Down

0 comments on commit 57dd356

Please sign in to comment.