diff --git a/README.md b/README.md
index ec2811c8..6bd9a826 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ The repository includes two main sample directories:
## Documentation
-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.4.2000&utm_source=sampleReadme).
+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.4.2001&utm_source=sampleReadme).
- [API Docs](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html?utm_source=sampleReadme)
diff --git a/frameworks/angular/README.md b/frameworks/angular/README.md
index 0bf17895..bcf8e6af 100644
--- a/frameworks/angular/README.md
+++ b/frameworks/angular/README.md
@@ -2,7 +2,7 @@
[Angular](https://angular.dev/) is one of the most popular and mature JavaScript frameworks. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into an Angular application. Note that in this sample, `TypeScript` is used.
-In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2000).
+In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2001`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2001).
> Note:
>
@@ -61,7 +61,7 @@ Below is the configuration used for this sample.
```cmd
cd my-app
-npm install dynamsoft-barcode-reader-bundle@11.4.2000 -E
+npm install dynamsoft-barcode-reader-bundle@11.4.2001 -E
```
## Start to implement
@@ -86,7 +86,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9', true);
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/frameworks/angular/package.json b/frameworks/angular/package.json
index a9333437..3b9d9281 100644
--- a/frameworks/angular/package.json
+++ b/frameworks/angular/package.json
@@ -18,7 +18,7 @@
"@angular/platform-browser": "19.2.20",
"@angular/platform-browser-dynamic": "19.2.20",
"@angular/router": "19.2.20",
- "dynamsoft-barcode-reader-bundle": "11.4.2000",
+ "dynamsoft-barcode-reader-bundle": "11.4.2001",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
diff --git a/frameworks/angular/src/app/dynamsoft.config.ts b/frameworks/angular/src/app/dynamsoft.config.ts
index dec0617b..cbb64b08 100644
--- a/frameworks/angular/src/app/dynamsoft.config.ts
+++ b/frameworks/angular/src/app/dynamsoft.config.ts
@@ -12,7 +12,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9');
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/frameworks/blazor/README.md b/frameworks/blazor/README.md
index e49456e1..b0a02dc3 100644
--- a/frameworks/blazor/README.md
+++ b/frameworks/blazor/README.md
@@ -2,7 +2,7 @@
[Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) is a framework for building interactive client-side web apps with .NET and C#. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into a Blazor application using [JavaScript Interlop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet?view=aspnetcore-8.0#invoke-js-functions).
-In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2000). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade.
+In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2001`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2001). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade.
> Note:
>
@@ -283,7 +283,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa
...
-
+
-
+
+
+
+
+
+
diff --git a/read-an-image.html b/read-an-image.html
index 52b64d0c..43ba9914 100644
--- a/read-an-image.html
+++ b/read-an-image.html
@@ -9,7 +9,7 @@
-
+
+
@@ -91,7 +91,7 @@
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/scenarios/pick-one-to-fill/index.html b/scenarios/pick-one-to-fill/index.html
index f9117d74..19559795 100644
--- a/scenarios/pick-one-to-fill/index.html
+++ b/scenarios/pick-one-to-fill/index.html
@@ -7,7 +7,7 @@
Pick One To Fill with BarcodeScanner
-
+
diff --git a/scenarios/read-a-drivers-license/index.html b/scenarios/read-a-drivers-license/index.html
index fff14556..6f7b253d 100644
--- a/scenarios/read-a-drivers-license/index.html
+++ b/scenarios/read-a-drivers-license/index.html
@@ -27,7 +27,7 @@
Scan barcodes to display results as overlays on video
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/