Skip to content

Commit ea7cb11

Browse files
committed
update version
1 parent a7c8c5c commit ea7cb11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A default license is included which allows you to test the sample apps for up to
3131

3232
## Documentation
3333

34-
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=10.5.3000&utm_source=sampleReadme).
34+
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.0.3000&utm_source=sampleReadme).
3535

3636
## Support
3737

barcode-scanner-api-samples/scan-multiple-barcodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
license: "YOUR-LICENSE-KEY",
2626
engineResourcePaths: {
2727
// feel free to change it to your own path
28-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.1000/dist/",
28+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",
2929
},
3030
container: ".barcode-scanner-view",
3131
scanMode: Dynamsoft.EnumScanMode.SM_MULTI_UNIQUE,

barcode-scanner-api-samples/scan-single-barcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
license: "YOUR-LICENSE-KEY",
2424
engineResourcePaths: {
2525
// feel free to change it to your own path
26-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.1000/dist/",
26+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",
2727
},
2828
container: ".barcode-scanner-view",
2929
};

0 commit comments

Comments
 (0)