diff --git a/binding/nodejs/package.json b/binding/nodejs/package.json index b35dc3ac..d2364d77 100644 --- a/binding/nodejs/package.json +++ b/binding/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@picovoice/rhino-node", - "version": "3.0.3", + "version": "3.0.4", "description": "Picovoice Rhino Node.js binding", "main": "dist/index.js", "types": "dist/types/index.d.ts", diff --git a/demo/nodejs/package.json b/demo/nodejs/package.json index 96d392b5..6dc60465 100644 --- a/demo/nodejs/package.json +++ b/demo/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@picovoice/rhino-node-demo", - "version": "3.0.2", + "version": "3.0.3", "description": "Picovoice Rhino NodeJS file-based and microphone demos", "scripts": { "file": "node file.js", @@ -17,7 +17,7 @@ "license": "Apache-2.0", "dependencies": { "@picovoice/pvrecorder-node": "~1.2.2", - "@picovoice/rhino-node": "~3.0.3", + "@picovoice/rhino-node": "~3.0.4", "commander": "^6.1.0", "wavefile": "^11.0.0" }, diff --git a/lib/node/windows/amd64/pv_rhino.node b/lib/node/windows/amd64/pv_rhino.node index f57e52bf..8174c949 100644 Binary files a/lib/node/windows/amd64/pv_rhino.node and b/lib/node/windows/amd64/pv_rhino.node differ