Skip to content

Commit

Permalink
Update shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Nov 6, 2024
1 parent c2843ad commit 8e1a0ff
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barcode4nodejs",
"version": "10.0.3",
"version": "10.0.4",
"description": "Node.js bindings to Dynamsoft Barcode Reader C/C++ SDK.",
"keywords": [
"barcode",
Expand Down Expand Up @@ -57,4 +57,4 @@
"@types/node": "^20.14.2",
"node-gyp": "^10.1.0"
}
}
}
Binary file modified platforms/linux/arm64/libDynamsoftBarcodeReader.so
Binary file not shown.
Binary file modified platforms/linux/arm64/libDynamsoftCore.so
Binary file not shown.
Binary file modified platforms/linux/x64/libDynamsoftBarcodeReader.so
Binary file not shown.
Binary file modified platforms/linux/x64/libDynamsoftCore.so
Binary file not shown.
Binary file modified platforms/macos/libDynamsoftBarcodeReader.dylib
Binary file not shown.
Binary file modified platforms/macos/libDynamsoftCore.dylib
Binary file not shown.
Binary file modified platforms/windows/DynamsoftBarcodeReaderx64.dll
Binary file not shown.
Binary file modified platforms/windows/DynamsoftCorex64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/DynamsoftBarcodeReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typedef void* HANDLE;
#endif
#include "DynamsoftCore.h"

#define DBR_VERSION "10.4.20.2248"
#define DBR_VERSION "10.4.20.2589"

/**Enumeration section*/

Expand Down
2 changes: 1 addition & 1 deletion src/DynamsoftCore.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define DYNAMSOFT_CORE_VERSION "3.4.20.2248"
#define DYNAMSOFT_CORE_VERSION "3.4.20.2589"

/**Enumeration section*/

Expand Down

0 comments on commit 8e1a0ff

Please sign in to comment.