@livedigital/client 3.41.0 → 3.41.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ Now you can use the noise reduction and virtual backgrounds functionality. To do
22
22
  /files directory to the root directory of your project. Or your can specify the path in Client param staticFilesPath
23
23
  And add tsvb-web.js scripts to your index.html
24
24
  ```
25
- <script src="%PUBLIC_URL%/esdk/3.4.3/tsvb-web.js"></script>
25
+ <script src="%PUBLIC_URL%/esdk/3.5.5/tsvb-web.js"></script>
26
26
  ```
27
27
 
28
28
  ## Debugging
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@livedigital/client",
3
3
  "author": "vlprojects",
4
4
  "license": "MIT",
5
- "version": "3.41.0",
5
+ "version": "3.41.1",
6
6
  "private": false,
7
7
  "bugs": {
8
8
  "url": "https://github.com/vlprojects/livedigital-sdk/issues"