Skip to content

Commit dc18399

Browse files
committed
update version to 9.6.20
1 parent 6235340 commit dc18399

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

1.hello-world/10.read-video-pwa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ First, create a file with the name "helloworld-pwa.html" and fill it with the fo
2626
<body>
2727
<h1 style="font-size: 1.5em;">Hello World for PWA</h1>
2828
Loading...
29-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.6.10/dist/dbr.js"></script>
29+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.6.20/dist/dbr.js"></script>
3030
<script>
3131
Dynamsoft.DBR.BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
3232
(async function() {
@@ -184,7 +184,7 @@ For offline use, you need to cache more files.
184184

185185
service-worker.js
186186
```javascript
187-
const dbrVersion = "9.6.11";
187+
const dbrVersion = "9.6.20";
188188
const dbrCdn = `https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@${dbrVersion}/dist/`;
189189

190190
const appShellFiles = [

1.hello-world/10.read-video-pwa/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const dbrVersion = "9.6.11";
1+
const dbrVersion = "9.6.20";
22
const dbrCdn = `https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@${dbrVersion}/dist/`;
33

44
// Files to cache

1.hello-world/9.read-video-electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a folder with the name "read-video-electron" and a package.json file insi
2727
"author": "tom@dynamsoft.com",
2828
"dependencies": {
2929
"electron": "14.0.1",
30-
"dynamsoft-javascript-barcode": "9.6.1"
30+
"dynamsoft-javascript-barcode": "9.6.20"
3131
}
3232
}
3333
```

0 commit comments

Comments
 (0)