Skip to content

Commit 57dd356

Browse files
committed
Updated version number
1 parent ef96665 commit 57dd356

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

examples/command-line/test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ function decodeFileStreamAsync(fileName) {
4848
try {
4949
var result = await dbr.decodeFileStreamAsync(buffer, fileSize, barcodeTypes, template);
5050
console.log(result);
51+
52+
// dbr.destroyInstance();
53+
setTimeout(() => {
54+
console.log('terminated');
55+
}, 1000);
5156
} catch (error) {
5257
console.log(error);
5358
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barcode4nodejs",
3-
"version": "9.6.31",
3+
"version": "9.6.40",
44
"description": "Node.js bindings to Dynamsoft Barcode Reader C/C++ SDK.",
55
"keywords": [
66
"barcode",

0 commit comments

Comments
 (0)