From 52b913ca7afc05ed80a4c5d333058599cbe27567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zawis=C5=82a?= Date: Mon, 19 Apr 2021 19:27:54 +0200 Subject: [PATCH] Fixed versions in README --- README.md | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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",