diff --git a/README.md b/README.md index 58947e47..886dd0b9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ NEAR CLI is a Node.js application that relies on [`near-api-js`](https://github.com/near/near-api-js) to connect to and interact with the NEAR blockchain. Create accounts, access keys, sign & send transactions with this versatile command line interface tool. -**Note:** Node.js version 10+ is required to run NEAR CLI. +**Note:** Node.js version 16+ is required to run NEAR CLI. ## Release notes diff --git a/package.json b/package.json index e7bba3c5..7164125c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-cli", - "version": "4.0.0", + "version": "4.0.1", "description": "Simple CLI for interacting with NEAR Protocol", "engines": { "node": ">= 16"