diff --git a/README.md b/README.md index 93672dc..81a2ebd 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,8 @@ Function instantiation has the same logic as version for the browser. ### Usage with native module for node -MacOS and Linux support: -NodeJS version equal or higher than: `10`. -Windows support: -NodeJS version equal or higher than: `15`. +MacOS, Linux and Windows support: +NodeJS version equal or higher than: `14`. Import: diff --git a/package.json b/package.json index 81756ba..ed1d4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grex.js", - "version": "3.0.0", + "version": "3.0.1", "main": "lib/wasm/browser/index.js", "module": "lib/wasm/browser/index-module.js", "types": "lib/wasm/browser/index.d.ts",