Skip to content

Commit

Permalink
Merge pull request #1091 from near/v4.0.1
Browse files Browse the repository at this point in the history
chore: relase 4.0.1
  • Loading branch information
gagdiez authored Feb 9, 2024
2 parents c8ad681 + df6d9cd commit f4dcb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f4dcb74

Please sign in to comment.