sip-lab 1.28.1 → 1.28.2

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
@@ -56,7 +56,7 @@ There are additional samples scripts in folder samples_extra but they require [w
56
56
 
57
57
  To run ws_speech_server, do this:
58
58
  ```
59
- https://github.com/MayamaTakeshi/ws_speech_server
59
+ git clone https://github.com/MayamaTakeshi/ws_speech_server
60
60
  cd ws_speech_server
61
61
  npm i
62
62
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {