Skip to content

Commit 7820e13

Browse files
authored
Windows patch v2.0.1 (#126)
1 parent 0acddc2 commit 7820e13

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

binding/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "@picovoice/eagle-node",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Picovoice Eagle Node.js binding",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",

binding/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setuptools.setup(
4444
name="pveagle",
45-
version="2.0.0",
45+
version="2.0.1",
4646
author="Picovoice",
4747
author_email="hello@picovoice.ai",
4848
description="Eagle Speaker Recognition Engine",

demo/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/eagle-node-demo",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Picovoice Eagle Node.js file-based and microphone demos",
55
"scripts": {
66
"file": "node file.js",
@@ -24,7 +24,7 @@
2424
"author": "Picovoice Inc.",
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@picovoice/eagle-node": "2.0.0",
27+
"@picovoice/eagle-node": "2.0.1",
2828
"@picovoice/pvrecorder-node": "^1.2.6",
2929
"commander": "^6.1.0",
3030
"readline": "^1.3.0",

demo/nodejs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@picovoice/eagle-node@2.0.0":
6-
version "2.0.0"
7-
resolved "https://registry.yarnpkg.com/@picovoice/eagle-node/-/eagle-node-2.0.0.tgz#1a70c685f1139ba6bcc48270acef74d931d63d30"
8-
integrity sha512-rYOgZXXe9Mkv/JUK9igWaRedki+n4QGZVq+xdjPXKaqNTsHi/KwCEmQizYPlViprrC9iots38IHVCa9aUs4NMA==
5+
"@picovoice/eagle-node@2.0.1":
6+
version "2.0.1"
7+
resolved "https://registry.yarnpkg.com/@picovoice/eagle-node/-/eagle-node-2.0.1.tgz#ccde7c05b50551654a5f52e2f30f3eb3303ed721"
8+
integrity sha512-g+IOQgIORph3kbttZwpy6whL9nni/+89hLrDx2d4Up4FCFbfeo/vsyrulD5lAA3lHNSBotUeDedP/tRyJr38cw==
99

1010
"@picovoice/pvrecorder-node@^1.2.6":
1111
version "1.2.6"

demo/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pveagle==2.0.0
1+
pveagle==2.0.1
22
pvrecorder==1.2.4

demo/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setuptools.setup(
2929
name="pveagledemo",
30-
version="2.0.0",
30+
version="2.0.1",
3131
author="Picovoice",
3232
author_email="hello@picovoice.ai",
3333
description="Eagle Speaker Recognition Engine demos",
1.5 KB
Binary file not shown.
1.69 MB
Binary file not shown.

lib/windows/amd64/libpv_eagle.dll

2 KB
Binary file not shown.
1.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)